Shades of Turquoise Blue #66EFE4
Tints of Turquoise Blue #66EFE4
RGB
CMYK
RGB Variations
Color information
#66EFE4 (or 0x66EFE4) is known color: Turquoise Blue. HEX triplet: 66, EF and E4. RGB value is (102,239,228). Sum of RGB (Red+Green+Blue) = 102+239+228=569 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.93% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EFE4 is #99101B. Grayscale: #C4C4C4. Windows color (decimal): -10031132 or 15003494. OLE color: 15003494.
HSL color Cylindrical-coordinate representation of color #66EFE4: hue angle of 175.18º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFE4 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 239 | 228 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.06 |
| HSL | 175.18º | 0.81% | 0.67% | - |
| HSV(B) | 175.18º | 0.57% | 0.94% | - |
| XYZ | 50.35 | 70.16 | 84.29 | - |
| YUV | 196.78 | 145.61 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 228 | 0.57 | 0 | 0.05 | 0.06 | 175.18 | 0.81 | 0.67 |
| Hex | 66 | EF | E4 | 39 | 0 | 5 | 6 | AF | 51 | 43 |
| Octal | 146 | 357 | 344 | 71 | 0 | 5 | 6 | 257 | 121 | 103 |
| Binary | 1100110 | 11101111 | 11100100 | 111001 | 0 | 101 | 110 | 10101111 | 1010001 | 1000011 |
Color Harmonies of #66EFE4
Complementary color
Monochromatic Colors of #66EFE4
Black with #66EFE4
Text Example
Text Example
White with #66EFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EFE4; }
p { color: rgb(102,239,228); }
H1.HeaderClassName
{
color: #66EFE4;
}
.AnyTagClassName
{
color: #66EFE4;
}
</style>
background-color css
<style>
a { background-color: #66EFE4; }
a { background-color: rgb(102,239,228); }
div.DivClassName
{
background-color: #66EFE4;
}
.BgClassName
{
background-color: #66EFE4;
}
</style>
border-color css
<style>
span { border-color: #66EFE4; }
span { border-color: rgb(102,239,228); }
td.TdClassName
{
border-color: #66EFE4;
}
.TagClassName
{
border-color: #66EFE4;
}
</style>