Shades of Turquoise Blue #66CEE6
Tints of Turquoise Blue #66CEE6
RGB
CMYK
RGB Variations
Color information
#66CEE6 (or 0x66CEE6) is known color: Turquoise Blue. HEX triplet: 66, CE and E6. RGB value is (102,206,230). Sum of RGB (Red+Green+Blue) = 102+206+230=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #66CEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CEE6 is #993119. Grayscale: #B1B1B1. Windows color (decimal): -10039578 or 15126118. OLE color: 15126118.
HSL color Cylindrical-coordinate representation of color #66CEE6: hue angle of 191.25º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66CEE6 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 206 | 230 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.10 |
| HSL | 191.25º | 0.72% | 0.65% | - |
| HSV(B) | 191.25º | 0.56% | 0.9% | - |
| XYZ | 41.83 | 52.68 | 82.83 | - |
| YUV | 177.64 | 157.54 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 230 | 0.56 | 0.10 | 0 | 0.10 | 191.25 | 0.72 | 0.65 |
| Hex | 66 | CE | E6 | 38 | A | 0 | A | BF | 48 | 41 |
| Octal | 146 | 316 | 346 | 70 | 12 | 0 | 12 | 277 | 110 | 101 |
| Binary | 1100110 | 11001110 | 11100110 | 111000 | 1010 | 0 | 1010 | 10111111 | 1001000 | 1000001 |
Color Harmonies of #66CEE6
Complementary color
Monochromatic Colors of #66CEE6
Black with #66CEE6
Text Example
Text Example
White with #66CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEE6; }
p { color: rgb(102,206,230); }
H1.HeaderClassName
{
color: #66CEE6;
}
.AnyTagClassName
{
color: #66CEE6;
}
</style>
background-color css
<style>
a { background-color: #66CEE6; }
a { background-color: rgb(102,206,230); }
div.DivClassName
{
background-color: #66CEE6;
}
.BgClassName
{
background-color: #66CEE6;
}
</style>
border-color css
<style>
span { border-color: #66CEE6; }
span { border-color: rgb(102,206,230); }
td.TdClassName
{
border-color: #66CEE6;
}
.TagClassName
{
border-color: #66CEE6;
}
</style>