Shades of Turquoise Blue #66C8D8
Tints of Turquoise Blue #66C8D8
RGB
CMYK
RGB Variations
Color information
#66C8D8 (or 0x66C8D8) is known color: Turquoise Blue. HEX triplet: 66, C8 and D8. RGB value is (102,200,216). Sum of RGB (Red+Green+Blue) = 102+200+216=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #66C8D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C8D8 is #993727. Grayscale: #ACACAC. Windows color (decimal): -10041128 or 14207078. OLE color: 14207078.
HSL color Cylindrical-coordinate representation of color #66C8D8: hue angle of 188.42º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66C8D8 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 200 | 216 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.15 |
| HSL | 188.42º | 0.59% | 0.62% | - |
| HSV(B) | 188.42º | 0.53% | 0.85% | - |
| XYZ | 38.53 | 49.09 | 72.41 | - |
| YUV | 172.52 | 152.53 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 200 | 216 | 0.53 | 0.07 | 0 | 0.15 | 188.42 | 0.59 | 0.62 |
| Hex | 66 | C8 | D8 | 35 | 7 | 0 | F | BC | 3B | 3E |
| Octal | 146 | 310 | 330 | 65 | 7 | 0 | 17 | 274 | 73 | 76 |
| Binary | 1100110 | 11001000 | 11011000 | 110101 | 111 | 0 | 1111 | 10111100 | 111011 | 111110 |
Color Harmonies of #66C8D8
Complementary color
Monochromatic Colors of #66C8D8
Black with #66C8D8
Text Example
Text Example
White with #66C8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C8D8; }
p { color: rgb(102,200,216); }
H1.HeaderClassName
{
color: #66C8D8;
}
.AnyTagClassName
{
color: #66C8D8;
}
</style>
background-color css
<style>
a { background-color: #66C8D8; }
a { background-color: rgb(102,200,216); }
div.DivClassName
{
background-color: #66C8D8;
}
.BgClassName
{
background-color: #66C8D8;
}
</style>
border-color css
<style>
span { border-color: #66C8D8; }
span { border-color: rgb(102,200,216); }
td.TdClassName
{
border-color: #66C8D8;
}
.TagClassName
{
border-color: #66C8D8;
}
</style>