Shades of Turquoise Blue #64EBEC
Tints of Turquoise Blue #64EBEC
RGB
CMYK
RGB Variations
Color information
#64EBEC (or 0x64EBEC) is known color: Turquoise Blue. HEX triplet: 64, EB and EC. RGB value is (100,235,236). Sum of RGB (Red+Green+Blue) = 100+235+236=571 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.51% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #64EBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EBEC is #9B1413. Grayscale: #C2C2C2. Windows color (decimal): -10163220 or 15526756. OLE color: 15526756.
HSL color Cylindrical-coordinate representation of color #64EBEC: hue angle of 180.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EBEC is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 235 | 236 | - |
| CMYK | 0.58 | 0.00 | 0 | 0.07 |
| HSL | 180.44º | 0.78% | 0.66% | - |
| HSV(B) | 180.44º | 0.58% | 0.93% | - |
| XYZ | 50.1 | 68.18 | 89.88 | - |
| YUV | 194.75 | 151.27 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 236 | 0.58 | 0.00 | 0 | 0.07 | 180.44 | 0.78 | 0.66 |
| Hex | 64 | EB | EC | 3A | 0 | 0 | 7 | B4 | 4E | 42 |
| Octal | 144 | 353 | 354 | 72 | 0 | 0 | 7 | 264 | 116 | 102 |
| Binary | 1100100 | 11101011 | 11101100 | 111010 | 0 | 0 | 111 | 10110100 | 1001110 | 1000010 |
Color Harmonies of #64EBEC
Complementary color
Monochromatic Colors of #64EBEC
Black with #64EBEC
Text Example
Text Example
White with #64EBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EBEC; }
p { color: rgb(100,235,236); }
H1.HeaderClassName
{
color: #64EBEC;
}
.AnyTagClassName
{
color: #64EBEC;
}
</style>
background-color css
<style>
a { background-color: #64EBEC; }
a { background-color: rgb(100,235,236); }
div.DivClassName
{
background-color: #64EBEC;
}
.BgClassName
{
background-color: #64EBEC;
}
</style>
border-color css
<style>
span { border-color: #64EBEC; }
span { border-color: rgb(100,235,236); }
td.TdClassName
{
border-color: #64EBEC;
}
.TagClassName
{
border-color: #64EBEC;
}
</style>