Shades of Turquoise Blue #64EDDC
Tints of Turquoise Blue #64EDDC
RGB
CMYK
RGB Variations
Color information
#64EDDC (or 0x64EDDC) is known color: Turquoise Blue. HEX triplet: 64, ED and DC. RGB value is (100,237,220). Sum of RGB (Red+Green+Blue) = 100+237+220=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #64EDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EDDC is #9B1223. Grayscale: #C2C2C2. Windows color (decimal): -10162724 or 14478692. OLE color: 14478692.
HSL color Cylindrical-coordinate representation of color #64EDDC: hue angle of 172.55º degrees, saturation: 0.79, 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 #64EDDC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 237 | 220 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.07 |
| HSL | 172.55º | 0.79% | 0.66% | - |
| HSV(B) | 172.55º | 0.58% | 0.93% | - |
| XYZ | 48.46 | 68.45 | 78.37 | - |
| YUV | 194.1 | 142.61 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 237 | 220 | 0.58 | 0 | 0.07 | 0.07 | 172.55 | 0.79 | 0.66 |
| Hex | 64 | ED | DC | 3A | 0 | 7 | 7 | AD | 4F | 42 |
| Octal | 144 | 355 | 334 | 72 | 0 | 7 | 7 | 255 | 117 | 102 |
| Binary | 1100100 | 11101101 | 11011100 | 111010 | 0 | 111 | 111 | 10101101 | 1001111 | 1000010 |
Color Harmonies of #64EDDC
Complementary color
Monochromatic Colors of #64EDDC
Black with #64EDDC
Text Example
Text Example
White with #64EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EDDC; }
p { color: rgb(100,237,220); }
H1.HeaderClassName
{
color: #64EDDC;
}
.AnyTagClassName
{
color: #64EDDC;
}
</style>
background-color css
<style>
a { background-color: #64EDDC; }
a { background-color: rgb(100,237,220); }
div.DivClassName
{
background-color: #64EDDC;
}
.BgClassName
{
background-color: #64EDDC;
}
</style>
border-color css
<style>
span { border-color: #64EDDC; }
span { border-color: rgb(100,237,220); }
td.TdClassName
{
border-color: #64EDDC;
}
.TagClassName
{
border-color: #64EDDC;
}
</style>