Shades of Turquoise Blue #6FDBDB
Tints of Turquoise Blue #6FDBDB
RGB
CMYK
RGB Variations
Color information
#6FDBDB (or 0x6FDBDB) is known color: Turquoise Blue. HEX triplet: 6F, DB and DB. RGB value is (111,219,219). Sum of RGB (Red+Green+Blue) = 111+219+219=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #6FDBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDBDB is #902424. Grayscale: #BABABA. Windows color (decimal): -9446437 or 14408559. OLE color: 14408559.
HSL color Cylindrical-coordinate representation of color #6FDBDB: hue angle of 180º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDBDB is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 111 | 219 | 219 | - |
CMYK | 0.49 | 0 | 0 | 0.14 |
HSL | 180º | 0.6% | 0.65% | - |
HSV(B) | 180º | 0.49% | 0.86% | - |
XYZ | 44.67 | 59.16 | 76.08 | - |
YUV | 186.71 | 146.22 | 74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 219 | 219 | 0.49 | 0 | 0 | 0.14 | 180 | 0.6 | 0.65 |
Hex | 6F | DB | DB | 31 | 0 | 0 | E | B4 | 3C | 41 |
Octal | 157 | 333 | 333 | 61 | 0 | 0 | 16 | 264 | 74 | 101 |
Binary | 1101111 | 11011011 | 11011011 | 110001 | 0 | 0 | 1110 | 10110100 | 111100 | 1000001 |
Color Harmonies of #6FDBDB
Complementary color
Monochromatic Colors of #6FDBDB
Black with #6FDBDB
Text Example
Text Example
White with #6FDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBDB; }
p { color: rgb(111,219,219); }
H1.HeaderClassName
{
color: #6FDBDB;
}
.AnyTagClassName
{
color: #6FDBDB;
}
</style>
background-color css
<style>
a { background-color: #6FDBDB; }
a { background-color: rgb(111,219,219); }
div.DivClassName
{
background-color: #6FDBDB;
}
.BgClassName
{
background-color: #6FDBDB;
}
</style>
border-color css
<style>
span { border-color: #6FDBDB; }
span { border-color: rgb(111,219,219); }
td.TdClassName
{
border-color: #6FDBDB;
}
.TagClassName
{
border-color: #6FDBDB;
}
</style>