Shades of Turquoise Blue #66E2FE
Tints of Turquoise Blue #66E2FE
RGB
CMYK
RGB Variations
Color information
#66E2FE (or 0x66E2FE) is known color: Turquoise Blue. HEX triplet: 66, E2 and FE. RGB value is (102,226,254). Sum of RGB (Red+Green+Blue) = 102+226+254=582 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.53% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #66E2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66E2FE is #991D01. Grayscale: #BFBFBF. Windows color (decimal): -10034434 or 16704102. OLE color: 16704102.
HSL color Cylindrical-coordinate representation of color #66E2FE: hue angle of 191.05º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66E2FE is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 226 | 254 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.00 |
| HSL | 191.05º | 0.99% | 0.7% | - |
| HSV(B) | 191.05º | 0.6% | 1% | - |
| XYZ | 50.57 | 64.37 | 103.53 | - |
| YUV | 192.12 | 162.92 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 254 | 0.60 | 0.11 | 0 | 0.00 | 191.05 | 0.99 | 0.7 |
| Hex | 66 | E2 | FE | 3C | B | 0 | 0 | BF | 63 | 46 |
| Octal | 146 | 342 | 376 | 74 | 13 | 0 | 0 | 277 | 143 | 106 |
| Binary | 1100110 | 11100010 | 11111110 | 111100 | 1011 | 0 | 0 | 10111111 | 1100011 | 1000110 |
Color Harmonies of #66E2FE
Complementary color
Monochromatic Colors of #66E2FE
Black with #66E2FE
Text Example
Text Example
White with #66E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2FE; }
p { color: rgb(102,226,254); }
H1.HeaderClassName
{
color: #66E2FE;
}
.AnyTagClassName
{
color: #66E2FE;
}
</style>
background-color css
<style>
a { background-color: #66E2FE; }
a { background-color: rgb(102,226,254); }
div.DivClassName
{
background-color: #66E2FE;
}
.BgClassName
{
background-color: #66E2FE;
}
</style>
border-color css
<style>
span { border-color: #66E2FE; }
span { border-color: rgb(102,226,254); }
td.TdClassName
{
border-color: #66E2FE;
}
.TagClassName
{
border-color: #66E2FE;
}
</style>