Shades of Turquoise Blue #64F0EA
Tints of Turquoise Blue #64F0EA
RGB
CMYK
RGB Variations
Color information
#64F0EA (or 0x64F0EA) is known color: Turquoise Blue. HEX triplet: 64, F0 and EA. RGB value is (100,240,234). Sum of RGB (Red+Green+Blue) = 100+240+234=574 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.42% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #64F0EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F0EA is #9B0F15. Grayscale: #C5C5C5. Windows color (decimal): -10161942 or 15396964. OLE color: 15396964.
HSL color Cylindrical-coordinate representation of color #64F0EA: hue angle of 177.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64F0EA is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 234 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.06 |
| HSL | 177.43º | 0.82% | 0.67% | - |
| HSV(B) | 177.43º | 0.58% | 0.94% | - |
| XYZ | 51.27 | 70.97 | 88.84 | - |
| YUV | 197.46 | 148.62 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 234 | 0.58 | 0 | 0.02 | 0.06 | 177.43 | 0.82 | 0.67 |
| Hex | 64 | F0 | EA | 3A | 0 | 2 | 6 | B1 | 52 | 43 |
| Octal | 144 | 360 | 352 | 72 | 0 | 2 | 6 | 261 | 122 | 103 |
| Binary | 1100100 | 11110000 | 11101010 | 111010 | 0 | 10 | 110 | 10110001 | 1010010 | 1000011 |
Color Harmonies of #64F0EA
Complementary color
Monochromatic Colors of #64F0EA
Black with #64F0EA
Text Example
Text Example
White with #64F0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F0EA; }
p { color: rgb(100,240,234); }
H1.HeaderClassName
{
color: #64F0EA;
}
.AnyTagClassName
{
color: #64F0EA;
}
</style>
background-color css
<style>
a { background-color: #64F0EA; }
a { background-color: rgb(100,240,234); }
div.DivClassName
{
background-color: #64F0EA;
}
.BgClassName
{
background-color: #64F0EA;
}
</style>
border-color css
<style>
span { border-color: #64F0EA; }
span { border-color: rgb(100,240,234); }
td.TdClassName
{
border-color: #64F0EA;
}
.TagClassName
{
border-color: #64F0EA;
}
</style>