Shades of Turquoise Blue #66E6FF
Tints of Turquoise Blue #66E6FF
RGB
CMYK
RGB Variations
Color information
#66E6FF (or 0x66E6FF) is known color: Turquoise Blue. HEX triplet: 66, E6 and FF. RGB value is (102,230,255). Sum of RGB (Red+Green+Blue) = 102+230+255=587 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.38% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #66E6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E6FF is #991900. Grayscale: #C2C2C2. Windows color (decimal): -10033409 or 16770662. OLE color: 16770662.
HSL color Cylindrical-coordinate representation of color #66E6FF: hue angle of 189.8º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66E6FF is Cyan = 0.6, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 230 | 255 | - |
| CMYK | 0.6 | 0.10 | 0 | 0 |
| HSL | 189.8º | 1% | 0.7% | - |
| HSV(B) | 189.8º | 0.6% | 1% | - |
| XYZ | 51.83 | 66.64 | 104.74 | - |
| YUV | 194.58 | 162.09 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 230 | 255 | 0.6 | 0.10 | 0 | 0 | 189.8 | 1 | 0.7 |
| Hex | 66 | E6 | FF | 3C | A | 0 | 0 | BE | 64 | 46 |
| Octal | 146 | 346 | 377 | 74 | 12 | 0 | 0 | 276 | 144 | 106 |
| Binary | 1100110 | 11100110 | 11111111 | 111100 | 1010 | 0 | 0 | 10111110 | 1100100 | 1000110 |
Color Harmonies of #66E6FF
Complementary color
Monochromatic Colors of #66E6FF
Black with #66E6FF
Text Example
Text Example
White with #66E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E6FF; }
p { color: rgb(102,230,255); }
H1.HeaderClassName
{
color: #66E6FF;
}
.AnyTagClassName
{
color: #66E6FF;
}
</style>
background-color css
<style>
a { background-color: #66E6FF; }
a { background-color: rgb(102,230,255); }
div.DivClassName
{
background-color: #66E6FF;
}
.BgClassName
{
background-color: #66E6FF;
}
</style>
border-color css
<style>
span { border-color: #66E6FF; }
span { border-color: rgb(102,230,255); }
td.TdClassName
{
border-color: #66E6FF;
}
.TagClassName
{
border-color: #66E6FF;
}
</style>