Shades of Turquoise Blue #66F3E2
Tints of Turquoise Blue #66F3E2
RGB
CMYK
RGB Variations
Color information
#66F3E2 (or 0x66F3E2) is known color: Turquoise Blue. HEX triplet: 66, F3 and E2. RGB value is (102,243,226). Sum of RGB (Red+Green+Blue) = 102+243+226=571 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.86% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #66F3E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F3E2 is #990C1D. Grayscale: #C6C6C6. Windows color (decimal): -10030110 or 14873446. OLE color: 14873446.
HSL color Cylindrical-coordinate representation of color #66F3E2: hue angle of 172.77º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F3E2 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 226 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.05 |
| HSL | 172.77º | 0.85% | 0.68% | - |
| HSV(B) | 172.77º | 0.58% | 0.95% | - |
| XYZ | 51.26 | 72.42 | 83.23 | - |
| YUV | 198.9 | 143.29 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 226 | 0.58 | 0 | 0.07 | 0.05 | 172.77 | 0.85 | 0.68 |
| Hex | 66 | F3 | E2 | 3A | 0 | 7 | 5 | AD | 55 | 44 |
| Octal | 146 | 363 | 342 | 72 | 0 | 7 | 5 | 255 | 125 | 104 |
| Binary | 1100110 | 11110011 | 11100010 | 111010 | 0 | 111 | 101 | 10101101 | 1010101 | 1000100 |
Color Harmonies of #66F3E2
Complementary color
Monochromatic Colors of #66F3E2
Black with #66F3E2
Text Example
Text Example
White with #66F3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F3E2; }
p { color: rgb(102,243,226); }
H1.HeaderClassName
{
color: #66F3E2;
}
.AnyTagClassName
{
color: #66F3E2;
}
</style>
background-color css
<style>
a { background-color: #66F3E2; }
a { background-color: rgb(102,243,226); }
div.DivClassName
{
background-color: #66F3E2;
}
.BgClassName
{
background-color: #66F3E2;
}
</style>
border-color css
<style>
span { border-color: #66F3E2; }
span { border-color: rgb(102,243,226); }
td.TdClassName
{
border-color: #66F3E2;
}
.TagClassName
{
border-color: #66F3E2;
}
</style>