Shades of Turquoise Blue #64EBEE
Tints of Turquoise Blue #64EBEE
RGB
CMYK
RGB Variations
Color information
#64EBEE (or 0x64EBEE) is known color: Turquoise Blue. HEX triplet: 64, EB and EE. RGB value is (100,235,238). Sum of RGB (Red+Green+Blue) = 100+235+238=573 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.45% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #64EBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EBEE is #9B1411. Grayscale: #C2C2C2. Windows color (decimal): -10163218 or 15657828. OLE color: 15657828.
HSL color Cylindrical-coordinate representation of color #64EBEE: hue angle of 181.3º degrees, saturation: 0.8, 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 #64EBEE is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 235 | 238 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.07 |
| HSL | 181.3º | 0.8% | 0.66% | - |
| HSV(B) | 181.3º | 0.58% | 0.93% | - |
| XYZ | 50.4 | 68.3 | 91.42 | - |
| YUV | 194.98 | 152.27 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 238 | 0.58 | 0.01 | 0 | 0.07 | 181.3 | 0.8 | 0.66 |
| Hex | 64 | EB | EE | 3A | 1 | 0 | 7 | B5 | 50 | 42 |
| Octal | 144 | 353 | 356 | 72 | 1 | 0 | 7 | 265 | 120 | 102 |
| Binary | 1100100 | 11101011 | 11101110 | 111010 | 1 | 0 | 111 | 10110101 | 1010000 | 1000010 |
Color Harmonies of #64EBEE
Complementary color
Monochromatic Colors of #64EBEE
Black with #64EBEE
Text Example
Text Example
White with #64EBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EBEE; }
p { color: rgb(100,235,238); }
H1.HeaderClassName
{
color: #64EBEE;
}
.AnyTagClassName
{
color: #64EBEE;
}
</style>
background-color css
<style>
a { background-color: #64EBEE; }
a { background-color: rgb(100,235,238); }
div.DivClassName
{
background-color: #64EBEE;
}
.BgClassName
{
background-color: #64EBEE;
}
</style>
border-color css
<style>
span { border-color: #64EBEE; }
span { border-color: rgb(100,235,238); }
td.TdClassName
{
border-color: #64EBEE;
}
.TagClassName
{
border-color: #64EBEE;
}
</style>