Shades of Turquoise Blue #66D6EE
Tints of Turquoise Blue #66D6EE
RGB
CMYK
RGB Variations
Color information
#66D6EE (or 0x66D6EE) is known color: Turquoise Blue. HEX triplet: 66, D6 and EE. RGB value is (102,214,238). Sum of RGB (Red+Green+Blue) = 102+214+238=554 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.41% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #66D6EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D6EE is #992911. Grayscale: #B7B7B7. Windows color (decimal): -10037522 or 15652454. OLE color: 15652454.
HSL color Cylindrical-coordinate representation of color #66D6EE: hue angle of 190.59º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66D6EE is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 214 | 238 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.07 |
| HSL | 190.59º | 0.8% | 0.67% | - |
| HSV(B) | 190.59º | 0.57% | 0.93% | - |
| XYZ | 44.96 | 57.09 | 89.54 | - |
| YUV | 183.25 | 158.89 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 238 | 0.57 | 0.10 | 0 | 0.07 | 190.59 | 0.8 | 0.67 |
| Hex | 66 | D6 | EE | 39 | A | 0 | 7 | BF | 50 | 43 |
| Octal | 146 | 326 | 356 | 71 | 12 | 0 | 7 | 277 | 120 | 103 |
| Binary | 1100110 | 11010110 | 11101110 | 111001 | 1010 | 0 | 111 | 10111111 | 1010000 | 1000011 |
Color Harmonies of #66D6EE
Complementary color
Monochromatic Colors of #66D6EE
Black with #66D6EE
Text Example
Text Example
White with #66D6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D6EE; }
p { color: rgb(102,214,238); }
H1.HeaderClassName
{
color: #66D6EE;
}
.AnyTagClassName
{
color: #66D6EE;
}
</style>
background-color css
<style>
a { background-color: #66D6EE; }
a { background-color: rgb(102,214,238); }
div.DivClassName
{
background-color: #66D6EE;
}
.BgClassName
{
background-color: #66D6EE;
}
</style>
border-color css
<style>
span { border-color: #66D6EE; }
span { border-color: rgb(102,214,238); }
td.TdClassName
{
border-color: #66D6EE;
}
.TagClassName
{
border-color: #66D6EE;
}
</style>