Shades of Turquoise Blue #64EADF
Tints of Turquoise Blue #64EADF
RGB
CMYK
RGB Variations
Color information
#64EADF (or 0x64EADF) is known color: Turquoise Blue. HEX triplet: 64, EA and DF. RGB value is (100,234,223). Sum of RGB (Red+Green+Blue) = 100+234+223=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #64EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EADF is #9B1520. Grayscale: #C0C0C0. Windows color (decimal): -10163489 or 14674532. OLE color: 14674532.
HSL color Cylindrical-coordinate representation of color #64EADF: hue angle of 175.07º 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 #64EADF is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 223 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.08 |
| HSL | 175.07º | 0.76% | 0.65% | - |
| HSV(B) | 175.07º | 0.57% | 0.92% | - |
| XYZ | 48 | 66.88 | 80.19 | - |
| YUV | 192.68 | 145.11 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 223 | 0.57 | 0 | 0.05 | 0.08 | 175.07 | 0.76 | 0.65 |
| Hex | 64 | EA | DF | 39 | 0 | 5 | 8 | AF | 4C | 41 |
| Octal | 144 | 352 | 337 | 71 | 0 | 5 | 10 | 257 | 114 | 101 |
| Binary | 1100100 | 11101010 | 11011111 | 111001 | 0 | 101 | 1000 | 10101111 | 1001100 | 1000001 |
Color Harmonies of #64EADF
Complementary color
Monochromatic Colors of #64EADF
Black with #64EADF
Text Example
Text Example
White with #64EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EADF; }
p { color: rgb(100,234,223); }
H1.HeaderClassName
{
color: #64EADF;
}
.AnyTagClassName
{
color: #64EADF;
}
</style>
background-color css
<style>
a { background-color: #64EADF; }
a { background-color: rgb(100,234,223); }
div.DivClassName
{
background-color: #64EADF;
}
.BgClassName
{
background-color: #64EADF;
}
</style>
border-color css
<style>
span { border-color: #64EADF; }
span { border-color: rgb(100,234,223); }
td.TdClassName
{
border-color: #64EADF;
}
.TagClassName
{
border-color: #64EADF;
}
</style>