Shades of Turquoise Blue #66F4E2
Tints of Turquoise Blue #66F4E2
RGB
CMYK
RGB Variations
Color information
#66F4E2 (or 0x66F4E2) is known color: Turquoise Blue. HEX triplet: 66, F4 and E2. RGB value is (102,244,226). Sum of RGB (Red+Green+Blue) = 102+244+226=572 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.83% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #66F4E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F4E2 is #990B1D. Grayscale: #C7C7C7. Windows color (decimal): -10029854 or 14873702. OLE color: 14873702.
HSL color Cylindrical-coordinate representation of color #66F4E2: hue angle of 172.39º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F4E2 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 244 | 226 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.04 |
| HSL | 172.39º | 0.87% | 0.68% | - |
| HSV(B) | 172.39º | 0.58% | 0.96% | - |
| XYZ | 51.56 | 73.02 | 83.33 | - |
| YUV | 199.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 244 | 226 | 0.58 | 0 | 0.07 | 0.04 | 172.39 | 0.87 | 0.68 |
| Hex | 66 | F4 | E2 | 3A | 0 | 7 | 4 | AC | 57 | 44 |
| Octal | 146 | 364 | 342 | 72 | 0 | 7 | 4 | 254 | 127 | 104 |
| Binary | 1100110 | 11110100 | 11100010 | 111010 | 0 | 111 | 100 | 10101100 | 1010111 | 1000100 |
Color Harmonies of #66F4E2
Complementary color
Monochromatic Colors of #66F4E2
Black with #66F4E2
Text Example
Text Example
White with #66F4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F4E2; }
p { color: rgb(102,244,226); }
H1.HeaderClassName
{
color: #66F4E2;
}
.AnyTagClassName
{
color: #66F4E2;
}
</style>
background-color css
<style>
a { background-color: #66F4E2; }
a { background-color: rgb(102,244,226); }
div.DivClassName
{
background-color: #66F4E2;
}
.BgClassName
{
background-color: #66F4E2;
}
</style>
border-color css
<style>
span { border-color: #66F4E2; }
span { border-color: rgb(102,244,226); }
td.TdClassName
{
border-color: #66F4E2;
}
.TagClassName
{
border-color: #66F4E2;
}
</style>