Shades of Turquoise Blue #6FDBDD
Tints of Turquoise Blue #6FDBDD
RGB
CMYK
RGB Variations
Color information
#6FDBDD (or 0x6FDBDD) is known color: Turquoise Blue. HEX triplet: 6F, DB and DD. RGB value is (111,219,221). Sum of RGB (Red+Green+Blue) = 111+219+221=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FDBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDBDD is #902422. Grayscale: #BABABA. Windows color (decimal): -9446435 or 14539631. OLE color: 14539631.
HSL color Cylindrical-coordinate representation of color #6FDBDD: hue angle of 181.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDBDD is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 111 | 219 | 221 | - |
CMYK | 0.50 | 0.01 | 0 | 0.13 |
HSL | 181.09º | 0.62% | 0.65% | - |
HSV(B) | 181.09º | 0.5% | 0.87% | - |
XYZ | 44.94 | 59.26 | 77.48 | - |
YUV | 186.94 | 147.22 | 73.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 219 | 221 | 0.50 | 0.01 | 0 | 0.13 | 181.09 | 0.62 | 0.65 |
Hex | 6F | DB | DD | 32 | 1 | 0 | D | B5 | 3E | 41 |
Octal | 157 | 333 | 335 | 62 | 1 | 0 | 15 | 265 | 76 | 101 |
Binary | 1101111 | 11011011 | 11011101 | 110010 | 1 | 0 | 1101 | 10110101 | 111110 | 1000001 |
Color Harmonies of #6FDBDD
Complementary color
Monochromatic Colors of #6FDBDD
Black with #6FDBDD
Text Example
Text Example
White with #6FDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBDD; }
p { color: rgb(111,219,221); }
H1.HeaderClassName
{
color: #6FDBDD;
}
.AnyTagClassName
{
color: #6FDBDD;
}
</style>
background-color css
<style>
a { background-color: #6FDBDD; }
a { background-color: rgb(111,219,221); }
div.DivClassName
{
background-color: #6FDBDD;
}
.BgClassName
{
background-color: #6FDBDD;
}
</style>
border-color css
<style>
span { border-color: #6FDBDD; }
span { border-color: rgb(111,219,221); }
td.TdClassName
{
border-color: #6FDBDD;
}
.TagClassName
{
border-color: #6FDBDD;
}
</style>