Shades of Turquoise Blue #66ECEC
Tints of Turquoise Blue #66ECEC
RGB
CMYK
RGB Variations
Color information
#66ECEC (or 0x66ECEC) is known color: Turquoise Blue. HEX triplet: 66, EC and EC. RGB value is (102,236,236). Sum of RGB (Red+Green+Blue) = 102+236+236=574 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.77% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #66ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66ECEC is #991313. Grayscale: #C3C3C3. Windows color (decimal): -10031892 or 15527014. OLE color: 15527014.
HSL color Cylindrical-coordinate representation of color #66ECEC: hue angle of 180º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ECEC is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 236 | 236 | - |
| CMYK | 0.57 | 0 | 0 | 0.07 |
| HSL | 180º | 0.78% | 0.66% | - |
| HSV(B) | 180º | 0.57% | 0.93% | - |
| XYZ | 50.62 | 68.87 | 89.98 | - |
| YUV | 195.93 | 150.61 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 236 | 0.57 | 0 | 0 | 0.07 | 180 | 0.78 | 0.66 |
| Hex | 66 | EC | EC | 39 | 0 | 0 | 7 | B4 | 4E | 42 |
| Octal | 146 | 354 | 354 | 71 | 0 | 0 | 7 | 264 | 116 | 102 |
| Binary | 1100110 | 11101100 | 11101100 | 111001 | 0 | 0 | 111 | 10110100 | 1001110 | 1000010 |
Color Harmonies of #66ECEC
Complementary color
Monochromatic Colors of #66ECEC
Black with #66ECEC
Text Example
Text Example
White with #66ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ECEC; }
p { color: rgb(102,236,236); }
H1.HeaderClassName
{
color: #66ECEC;
}
.AnyTagClassName
{
color: #66ECEC;
}
</style>
background-color css
<style>
a { background-color: #66ECEC; }
a { background-color: rgb(102,236,236); }
div.DivClassName
{
background-color: #66ECEC;
}
.BgClassName
{
background-color: #66ECEC;
}
</style>
border-color css
<style>
span { border-color: #66ECEC; }
span { border-color: rgb(102,236,236); }
td.TdClassName
{
border-color: #66ECEC;
}
.TagClassName
{
border-color: #66ECEC;
}
</style>