Shades of Turquoise Blue #66E1F7
Tints of Turquoise Blue #66E1F7
RGB
CMYK
RGB Variations
Color information
#66E1F7 (or 0x66E1F7) is known color: Turquoise Blue. HEX triplet: 66, E1 and F7. RGB value is (102,225,247). Sum of RGB (Red+Green+Blue) = 102+225+247=574 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.77% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 247 (96.88% from 255 or 43.03% from 574); Max value from RGB is 247 - color contains mainly: blue. Hex color #66E1F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66E1F7 is #991E08. Grayscale: #BEBEBE. Windows color (decimal): -10034697 or 16245094. OLE color: 16245094.
HSL color Cylindrical-coordinate representation of color #66E1F7: hue angle of 189.1º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66E1F7 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 225 | 247 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.03 |
| HSL | 189.1º | 0.9% | 0.68% | - |
| HSV(B) | 189.1º | 0.59% | 0.97% | - |
| XYZ | 49.19 | 63.39 | 97.64 | - |
| YUV | 190.73 | 159.75 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 225 | 247 | 0.59 | 0.09 | 0 | 0.03 | 189.1 | 0.9 | 0.68 |
| Hex | 66 | E1 | F7 | 3B | 9 | 0 | 3 | BD | 5A | 44 |
| Octal | 146 | 341 | 367 | 73 | 11 | 0 | 3 | 275 | 132 | 104 |
| Binary | 1100110 | 11100001 | 11110111 | 111011 | 1001 | 0 | 11 | 10111101 | 1011010 | 1000100 |
Color Harmonies of #66E1F7
Complementary color
Monochromatic Colors of #66E1F7
Black with #66E1F7
Text Example
Text Example
White with #66E1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E1F7; }
p { color: rgb(102,225,247); }
H1.HeaderClassName
{
color: #66E1F7;
}
.AnyTagClassName
{
color: #66E1F7;
}
</style>
background-color css
<style>
a { background-color: #66E1F7; }
a { background-color: rgb(102,225,247); }
div.DivClassName
{
background-color: #66E1F7;
}
.BgClassName
{
background-color: #66E1F7;
}
</style>
border-color css
<style>
span { border-color: #66E1F7; }
span { border-color: rgb(102,225,247); }
td.TdClassName
{
border-color: #66E1F7;
}
.TagClassName
{
border-color: #66E1F7;
}
</style>