Shades of Turquoise Blue #66CED8
Tints of Turquoise Blue #66CED8
RGB
CMYK
RGB Variations
Color information
#66CED8 (or 0x66CED8) is known color: Turquoise Blue. HEX triplet: 66, CE and D8. RGB value is (102,206,216). Sum of RGB (Red+Green+Blue) = 102+206+216=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #66CED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CED8 is #993127. Grayscale: #AFAFAF. Windows color (decimal): -10039592 or 14208614. OLE color: 14208614.
HSL color Cylindrical-coordinate representation of color #66CED8: hue angle of 185.26º 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 #66CED8 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 206 | 216 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.15 |
| HSL | 185.26º | 0.59% | 0.62% | - |
| HSV(B) | 185.26º | 0.53% | 0.85% | - |
| XYZ | 39.95 | 51.93 | 72.88 | - |
| YUV | 176.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 216 | 0.53 | 0.05 | 0 | 0.15 | 185.26 | 0.59 | 0.62 |
| Hex | 66 | CE | D8 | 35 | 5 | 0 | F | B9 | 3B | 3E |
| Octal | 146 | 316 | 330 | 65 | 5 | 0 | 17 | 271 | 73 | 76 |
| Binary | 1100110 | 11001110 | 11011000 | 110101 | 101 | 0 | 1111 | 10111001 | 111011 | 111110 |
Color Harmonies of #66CED8
Complementary color
Monochromatic Colors of #66CED8
Black with #66CED8
Text Example
Text Example
White with #66CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CED8; }
p { color: rgb(102,206,216); }
H1.HeaderClassName
{
color: #66CED8;
}
.AnyTagClassName
{
color: #66CED8;
}
</style>
background-color css
<style>
a { background-color: #66CED8; }
a { background-color: rgb(102,206,216); }
div.DivClassName
{
background-color: #66CED8;
}
.BgClassName
{
background-color: #66CED8;
}
</style>
border-color css
<style>
span { border-color: #66CED8; }
span { border-color: rgb(102,206,216); }
td.TdClassName
{
border-color: #66CED8;
}
.TagClassName
{
border-color: #66CED8;
}
</style>