Shades of Turquoise Blue #66E6EC
Tints of Turquoise Blue #66E6EC
RGB
CMYK
RGB Variations
Color information
#66E6EC (or 0x66E6EC) is known color: Turquoise Blue. HEX triplet: 66, E6 and EC. RGB value is (102,230,236). Sum of RGB (Red+Green+Blue) = 102+230+236=568 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.96% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #66E6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E6EC is #991913. Grayscale: #C0C0C0. Windows color (decimal): -10033428 or 15525478. OLE color: 15525478.
HSL color Cylindrical-coordinate representation of color #66E6EC: hue angle of 182.69º 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 #66E6EC is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 230 | 236 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.07 |
| HSL | 182.69º | 0.78% | 0.66% | - |
| HSV(B) | 182.69º | 0.57% | 0.93% | - |
| XYZ | 48.92 | 65.47 | 89.42 | - |
| YUV | 192.41 | 152.59 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 230 | 236 | 0.57 | 0.03 | 0 | 0.07 | 182.69 | 0.78 | 0.66 |
| Hex | 66 | E6 | EC | 39 | 3 | 0 | 7 | B7 | 4E | 42 |
| Octal | 146 | 346 | 354 | 71 | 3 | 0 | 7 | 267 | 116 | 102 |
| Binary | 1100110 | 11100110 | 11101100 | 111001 | 11 | 0 | 111 | 10110111 | 1001110 | 1000010 |
Color Harmonies of #66E6EC
Complementary color
Monochromatic Colors of #66E6EC
Black with #66E6EC
Text Example
Text Example
White with #66E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E6EC; }
p { color: rgb(102,230,236); }
H1.HeaderClassName
{
color: #66E6EC;
}
.AnyTagClassName
{
color: #66E6EC;
}
</style>
background-color css
<style>
a { background-color: #66E6EC; }
a { background-color: rgb(102,230,236); }
div.DivClassName
{
background-color: #66E6EC;
}
.BgClassName
{
background-color: #66E6EC;
}
</style>
border-color css
<style>
span { border-color: #66E6EC; }
span { border-color: rgb(102,230,236); }
td.TdClassName
{
border-color: #66E6EC;
}
.TagClassName
{
border-color: #66E6EC;
}
</style>