Shades of Turquoise Blue #66D0DF
Tints of Turquoise Blue #66D0DF
RGB
CMYK
RGB Variations
Color information
#66D0DF (or 0x66D0DF) is known color: Turquoise Blue. HEX triplet: 66, D0 and DF. RGB value is (102,208,223). Sum of RGB (Red+Green+Blue) = 102+208+223=533 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.14% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #66D0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D0DF is #992F20. Grayscale: #B1B1B1. Windows color (decimal): -10039073 or 14667878. OLE color: 14667878.
HSL color Cylindrical-coordinate representation of color #66D0DF: hue angle of 187.44º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66D0DF is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 208 | 223 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.13 |
| HSL | 187.44º | 0.65% | 0.64% | - |
| HSV(B) | 187.44º | 0.54% | 0.87% | - |
| XYZ | 41.35 | 53.26 | 77.91 | - |
| YUV | 178.02 | 153.38 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 223 | 0.54 | 0.07 | 0 | 0.13 | 187.44 | 0.65 | 0.64 |
| Hex | 66 | D0 | DF | 36 | 7 | 0 | D | BB | 41 | 40 |
| Octal | 146 | 320 | 337 | 66 | 7 | 0 | 15 | 273 | 101 | 100 |
| Binary | 1100110 | 11010000 | 11011111 | 110110 | 111 | 0 | 1101 | 10111011 | 1000001 | 1000000 |
Color Harmonies of #66D0DF
Complementary color
Monochromatic Colors of #66D0DF
Black with #66D0DF
Text Example
Text Example
White with #66D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D0DF; }
p { color: rgb(102,208,223); }
H1.HeaderClassName
{
color: #66D0DF;
}
.AnyTagClassName
{
color: #66D0DF;
}
</style>
background-color css
<style>
a { background-color: #66D0DF; }
a { background-color: rgb(102,208,223); }
div.DivClassName
{
background-color: #66D0DF;
}
.BgClassName
{
background-color: #66D0DF;
}
</style>
border-color css
<style>
span { border-color: #66D0DF; }
span { border-color: rgb(102,208,223); }
td.TdClassName
{
border-color: #66D0DF;
}
.TagClassName
{
border-color: #66D0DF;
}
</style>