Shades of Turquoise Blue #64D5EA
Tints of Turquoise Blue #64D5EA
RGB
CMYK
RGB Variations
Color information
#64D5EA (or 0x64D5EA) is known color: Turquoise Blue. HEX triplet: 64, D5 and EA. RGB value is (100,213,234). Sum of RGB (Red+Green+Blue) = 100+213+234=547 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.28% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #64D5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D5EA is #9B2A15. Grayscale: #B5B5B5. Windows color (decimal): -10168854 or 15390052. OLE color: 15390052.
HSL color Cylindrical-coordinate representation of color #64D5EA: hue angle of 189.4º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64D5EA is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 213 | 234 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.08 |
| HSL | 189.4º | 0.76% | 0.65% | - |
| HSV(B) | 189.4º | 0.57% | 0.92% | - |
| XYZ | 43.9 | 56.24 | 86.38 | - |
| YUV | 181.61 | 157.56 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 234 | 0.57 | 0.09 | 0 | 0.08 | 189.4 | 0.76 | 0.65 |
| Hex | 64 | D5 | EA | 39 | 9 | 0 | 8 | BD | 4C | 41 |
| Octal | 144 | 325 | 352 | 71 | 11 | 0 | 10 | 275 | 114 | 101 |
| Binary | 1100100 | 11010101 | 11101010 | 111001 | 1001 | 0 | 1000 | 10111101 | 1001100 | 1000001 |
Color Harmonies of #64D5EA
Complementary color
Monochromatic Colors of #64D5EA
Black with #64D5EA
Text Example
Text Example
White with #64D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D5EA; }
p { color: rgb(100,213,234); }
H1.HeaderClassName
{
color: #64D5EA;
}
.AnyTagClassName
{
color: #64D5EA;
}
</style>
background-color css
<style>
a { background-color: #64D5EA; }
a { background-color: rgb(100,213,234); }
div.DivClassName
{
background-color: #64D5EA;
}
.BgClassName
{
background-color: #64D5EA;
}
</style>
border-color css
<style>
span { border-color: #64D5EA; }
span { border-color: rgb(100,213,234); }
td.TdClassName
{
border-color: #64D5EA;
}
.TagClassName
{
border-color: #64D5EA;
}
</style>