Shades of Turquoise Blue #6FD3DD
Tints of Turquoise Blue #6FD3DD
RGB
CMYK
RGB Variations
Color information
#6FD3DD (or 0x6FD3DD) is known color: Turquoise Blue. HEX triplet: 6F, D3 and DD. RGB value is (111,211,221). Sum of RGB (Red+Green+Blue) = 111+211+221=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FD3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD3DD is #902C22. Grayscale: #B6B6B6. Windows color (decimal): -9448483 or 14537583. OLE color: 14537583.
HSL color Cylindrical-coordinate representation of color #6FD3DD: hue angle of 185.45º 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 #6FD3DD is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 211 | 221 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.13 |
| HSL | 185.45º | 0.62% | 0.65% | - |
| HSV(B) | 185.45º | 0.5% | 0.87% | - |
| XYZ | 42.9 | 55.19 | 76.8 | - |
| YUV | 182.24 | 149.87 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 221 | 0.50 | 0.05 | 0 | 0.13 | 185.45 | 0.62 | 0.65 |
| Hex | 6F | D3 | DD | 32 | 5 | 0 | D | B9 | 3E | 41 |
| Octal | 157 | 323 | 335 | 62 | 5 | 0 | 15 | 271 | 76 | 101 |
| Binary | 1101111 | 11010011 | 11011101 | 110010 | 101 | 0 | 1101 | 10111001 | 111110 | 1000001 |
Color Harmonies of #6FD3DD
Complementary color
Monochromatic Colors of #6FD3DD
Black with #6FD3DD
Text Example
Text Example
White with #6FD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD3DD; }
p { color: rgb(111,211,221); }
H1.HeaderClassName
{
color: #6FD3DD;
}
.AnyTagClassName
{
color: #6FD3DD;
}
</style>
background-color css
<style>
a { background-color: #6FD3DD; }
a { background-color: rgb(111,211,221); }
div.DivClassName
{
background-color: #6FD3DD;
}
.BgClassName
{
background-color: #6FD3DD;
}
</style>
border-color css
<style>
span { border-color: #6FD3DD; }
span { border-color: rgb(111,211,221); }
td.TdClassName
{
border-color: #6FD3DD;
}
.TagClassName
{
border-color: #6FD3DD;
}
</style>