Shades of Turquoise Blue #66C8DD
Tints of Turquoise Blue #66C8DD
RGB
CMYK
RGB Variations
Color information
#66C8DD (or 0x66C8DD) is known color: Turquoise Blue. HEX triplet: 66, C8 and DD. RGB value is (102,200,221). Sum of RGB (Red+Green+Blue) = 102+200+221=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #66C8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C8DD is #993722. Grayscale: #ACACAC. Windows color (decimal): -10041123 or 14534758. OLE color: 14534758.
HSL color Cylindrical-coordinate representation of color #66C8DD: hue angle of 190.59º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66C8DD is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 200 | 221 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.13 |
| HSL | 190.59º | 0.64% | 0.63% | - |
| HSV(B) | 190.59º | 0.54% | 0.87% | - |
| XYZ | 39.18 | 49.35 | 75.87 | - |
| YUV | 173.09 | 155.03 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 200 | 221 | 0.54 | 0.10 | 0 | 0.13 | 190.59 | 0.64 | 0.63 |
| Hex | 66 | C8 | DD | 36 | A | 0 | D | BF | 40 | 3F |
| Octal | 146 | 310 | 335 | 66 | 12 | 0 | 15 | 277 | 100 | 77 |
| Binary | 1100110 | 11001000 | 11011101 | 110110 | 1010 | 0 | 1101 | 10111111 | 1000000 | 111111 |
Color Harmonies of #66C8DD
Complementary color
Monochromatic Colors of #66C8DD
Black with #66C8DD
Text Example
Text Example
White with #66C8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C8DD; }
p { color: rgb(102,200,221); }
H1.HeaderClassName
{
color: #66C8DD;
}
.AnyTagClassName
{
color: #66C8DD;
}
</style>
background-color css
<style>
a { background-color: #66C8DD; }
a { background-color: rgb(102,200,221); }
div.DivClassName
{
background-color: #66C8DD;
}
.BgClassName
{
background-color: #66C8DD;
}
</style>
border-color css
<style>
span { border-color: #66C8DD; }
span { border-color: rgb(102,200,221); }
td.TdClassName
{
border-color: #66C8DD;
}
.TagClassName
{
border-color: #66C8DD;
}
</style>