Shades of Turquoise Blue #66CED9
Tints of Turquoise Blue #66CED9
RGB
CMYK
RGB Variations
Color information
#66CED9 (or 0x66CED9) is known color: Turquoise Blue. HEX triplet: 66, CE and D9. RGB value is (102,206,217). Sum of RGB (Red+Green+Blue) = 102+206+217=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #66CED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CED9 is #993126. Grayscale: #B0B0B0. Windows color (decimal): -10039591 or 14274150. OLE color: 14274150.
HSL color Cylindrical-coordinate representation of color #66CED9: hue angle of 185.74º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66CED9 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 206 | 217 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.15 |
| HSL | 185.74º | 0.6% | 0.63% | - |
| HSV(B) | 185.74º | 0.53% | 0.85% | - |
| XYZ | 40.08 | 51.98 | 73.57 | - |
| YUV | 176.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 217 | 0.53 | 0.05 | 0 | 0.15 | 185.74 | 0.6 | 0.63 |
| Hex | 66 | CE | D9 | 35 | 5 | 0 | F | BA | 3C | 3F |
| Octal | 146 | 316 | 331 | 65 | 5 | 0 | 17 | 272 | 74 | 77 |
| Binary | 1100110 | 11001110 | 11011001 | 110101 | 101 | 0 | 1111 | 10111010 | 111100 | 111111 |
Color Harmonies of #66CED9
Complementary color
Monochromatic Colors of #66CED9
Black with #66CED9
Text Example
Text Example
White with #66CED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CED9; }
p { color: rgb(102,206,217); }
H1.HeaderClassName
{
color: #66CED9;
}
.AnyTagClassName
{
color: #66CED9;
}
</style>
background-color css
<style>
a { background-color: #66CED9; }
a { background-color: rgb(102,206,217); }
div.DivClassName
{
background-color: #66CED9;
}
.BgClassName
{
background-color: #66CED9;
}
</style>
border-color css
<style>
span { border-color: #66CED9; }
span { border-color: rgb(102,206,217); }
td.TdClassName
{
border-color: #66CED9;
}
.TagClassName
{
border-color: #66CED9;
}
</style>