Shades of Turquoise Blue #64EBDF
Tints of Turquoise Blue #64EBDF
RGB
CMYK
RGB Variations
Color information
#64EBDF (or 0x64EBDF) is known color: Turquoise Blue. HEX triplet: 64, EB and DF. RGB value is (100,235,223). Sum of RGB (Red+Green+Blue) = 100+235+223=558 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.92% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EBDF is #9B1420. Grayscale: #C1C1C1. Windows color (decimal): -10163233 or 14674788. OLE color: 14674788.
HSL color Cylindrical-coordinate representation of color #64EBDF: hue angle of 174.67º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EBDF is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 235 | 223 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.08 |
| HSL | 174.67º | 0.77% | 0.66% | - |
| HSV(B) | 174.67º | 0.57% | 0.92% | - |
| XYZ | 48.28 | 67.45 | 80.29 | - |
| YUV | 193.27 | 144.77 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 223 | 0.57 | 0 | 0.05 | 0.08 | 174.67 | 0.77 | 0.66 |
| Hex | 64 | EB | DF | 39 | 0 | 5 | 8 | AF | 4D | 42 |
| Octal | 144 | 353 | 337 | 71 | 0 | 5 | 10 | 257 | 115 | 102 |
| Binary | 1100100 | 11101011 | 11011111 | 111001 | 0 | 101 | 1000 | 10101111 | 1001101 | 1000010 |
Color Harmonies of #64EBDF
Complementary color
Monochromatic Colors of #64EBDF
Black with #64EBDF
Text Example
Text Example
White with #64EBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EBDF; }
p { color: rgb(100,235,223); }
H1.HeaderClassName
{
color: #64EBDF;
}
.AnyTagClassName
{
color: #64EBDF;
}
</style>
background-color css
<style>
a { background-color: #64EBDF; }
a { background-color: rgb(100,235,223); }
div.DivClassName
{
background-color: #64EBDF;
}
.BgClassName
{
background-color: #64EBDF;
}
</style>
border-color css
<style>
span { border-color: #64EBDF; }
span { border-color: rgb(100,235,223); }
td.TdClassName
{
border-color: #64EBDF;
}
.TagClassName
{
border-color: #64EBDF;
}
</style>