Shades of Turquoise Blue #64EDE6
Tints of Turquoise Blue #64EDE6
RGB
CMYK
RGB Variations
Color information
#64EDE6 (or 0x64EDE6) is known color: Turquoise Blue. HEX triplet: 64, ED and E6. RGB value is (100,237,230). Sum of RGB (Red+Green+Blue) = 100+237+230=567 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.64% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #64EDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EDE6 is #9B1219. Grayscale: #C3C3C3. Windows color (decimal): -10162714 or 15134052. OLE color: 15134052.
HSL color Cylindrical-coordinate representation of color #64EDE6: hue angle of 176.93º 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 #64EDE6 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 237 | 230 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.07 |
| HSL | 176.93º | 0.79% | 0.66% | - |
| HSV(B) | 176.93º | 0.58% | 0.93% | - |
| XYZ | 49.82 | 68.99 | 85.55 | - |
| YUV | 195.24 | 147.61 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 237 | 230 | 0.58 | 0 | 0.03 | 0.07 | 176.93 | 0.79 | 0.66 |
| Hex | 64 | ED | E6 | 3A | 0 | 3 | 7 | B1 | 4F | 42 |
| Octal | 144 | 355 | 346 | 72 | 0 | 3 | 7 | 261 | 117 | 102 |
| Binary | 1100100 | 11101101 | 11100110 | 111010 | 0 | 11 | 111 | 10110001 | 1001111 | 1000010 |
Color Harmonies of #64EDE6
Complementary color
Monochromatic Colors of #64EDE6
Black with #64EDE6
Text Example
Text Example
White with #64EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EDE6; }
p { color: rgb(100,237,230); }
H1.HeaderClassName
{
color: #64EDE6;
}
.AnyTagClassName
{
color: #64EDE6;
}
</style>
background-color css
<style>
a { background-color: #64EDE6; }
a { background-color: rgb(100,237,230); }
div.DivClassName
{
background-color: #64EDE6;
}
.BgClassName
{
background-color: #64EDE6;
}
</style>
border-color css
<style>
span { border-color: #64EDE6; }
span { border-color: rgb(100,237,230); }
td.TdClassName
{
border-color: #64EDE6;
}
.TagClassName
{
border-color: #64EDE6;
}
</style>