Shades of Turquoise Blue #64EEDB
Tints of Turquoise Blue #64EEDB
RGB
CMYK
RGB Variations
Color information
#64EEDB (or 0x64EEDB) is known color: Turquoise Blue. HEX triplet: 64, EE and DB. RGB value is (100,238,219). Sum of RGB (Red+Green+Blue) = 100+238+219=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #64EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EEDB is #9B1124. Grayscale: #C2C2C2. Windows color (decimal): -10162469 or 14413412. OLE color: 14413412.
HSL color Cylindrical-coordinate representation of color #64EEDB: hue angle of 171.74º 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 #64EEDB is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 219 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.07 |
| HSL | 171.74º | 0.8% | 0.66% | - |
| HSV(B) | 171.74º | 0.58% | 0.93% | - |
| XYZ | 48.62 | 68.97 | 77.77 | - |
| YUV | 194.57 | 141.78 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 219 | 0.58 | 0 | 0.08 | 0.07 | 171.74 | 0.8 | 0.66 |
| Hex | 64 | EE | DB | 3A | 0 | 8 | 7 | AC | 50 | 42 |
| Octal | 144 | 356 | 333 | 72 | 0 | 10 | 7 | 254 | 120 | 102 |
| Binary | 1100100 | 11101110 | 11011011 | 111010 | 0 | 1000 | 111 | 10101100 | 1010000 | 1000010 |
Color Harmonies of #64EEDB
Complementary color
Monochromatic Colors of #64EEDB
Black with #64EEDB
Text Example
Text Example
White with #64EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEDB; }
p { color: rgb(100,238,219); }
H1.HeaderClassName
{
color: #64EEDB;
}
.AnyTagClassName
{
color: #64EEDB;
}
</style>
background-color css
<style>
a { background-color: #64EEDB; }
a { background-color: rgb(100,238,219); }
div.DivClassName
{
background-color: #64EEDB;
}
.BgClassName
{
background-color: #64EEDB;
}
</style>
border-color css
<style>
span { border-color: #64EEDB; }
span { border-color: rgb(100,238,219); }
td.TdClassName
{
border-color: #64EEDB;
}
.TagClassName
{
border-color: #64EEDB;
}
</style>