Shades of Turquoise Blue #66E2FF
Tints of Turquoise Blue #66E2FF
RGB
CMYK
RGB Variations
Color information
#66E2FF (or 0x66E2FF) is known color: Turquoise Blue. HEX triplet: 66, E2 and FF. RGB value is (102,226,255). Sum of RGB (Red+Green+Blue) = 102+226+255=583 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.50% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #66E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66E2FF is #991D00. Grayscale: #BFBFBF. Windows color (decimal): -10034433 or 16769638. OLE color: 16769638.
HSL color Cylindrical-coordinate representation of color #66E2FF: hue angle of 191.37º 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 #66E2FF is Cyan = 0.6, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 226 | 255 | - |
| CMYK | 0.6 | 0.11 | 0 | 0 |
| HSL | 191.37º | 1% | 0.7% | - |
| HSV(B) | 191.37º | 0.6% | 1% | - |
| XYZ | 50.73 | 64.44 | 104.37 | - |
| YUV | 192.23 | 163.42 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 255 | 0.6 | 0.11 | 0 | 0 | 191.37 | 1 | 0.7 |
| Hex | 66 | E2 | FF | 3C | B | 0 | 0 | BF | 64 | 46 |
| Octal | 146 | 342 | 377 | 74 | 13 | 0 | 0 | 277 | 144 | 106 |
| Binary | 1100110 | 11100010 | 11111111 | 111100 | 1011 | 0 | 0 | 10111111 | 1100100 | 1000110 |
Color Harmonies of #66E2FF
Complementary color
Monochromatic Colors of #66E2FF
Black with #66E2FF
Text Example
Text Example
White with #66E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2FF; }
p { color: rgb(102,226,255); }
H1.HeaderClassName
{
color: #66E2FF;
}
.AnyTagClassName
{
color: #66E2FF;
}
</style>
background-color css
<style>
a { background-color: #66E2FF; }
a { background-color: rgb(102,226,255); }
div.DivClassName
{
background-color: #66E2FF;
}
.BgClassName
{
background-color: #66E2FF;
}
</style>
border-color css
<style>
span { border-color: #66E2FF; }
span { border-color: rgb(102,226,255); }
td.TdClassName
{
border-color: #66E2FF;
}
.TagClassName
{
border-color: #66E2FF;
}
</style>