Shades of Turquoise Blue #64D6ED
Tints of Turquoise Blue #64D6ED
RGB
CMYK
RGB Variations
Color information
#64D6ED (or 0x64D6ED) is known color: Turquoise Blue. HEX triplet: 64, D6 and ED. RGB value is (100,214,237). Sum of RGB (Red+Green+Blue) = 100+214+237=551 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.15% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #64D6ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D6ED is #9B2912. Grayscale: #B6B6B6. Windows color (decimal): -10168595 or 15586916. OLE color: 15586916.
HSL color Cylindrical-coordinate representation of color #64D6ED: hue angle of 190.07º 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 #64D6ED is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 214 | 237 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.07 |
| HSL | 190.07º | 0.79% | 0.66% | - |
| HSV(B) | 190.07º | 0.58% | 0.93% | - |
| XYZ | 44.59 | 56.92 | 88.76 | - |
| YUV | 182.54 | 158.73 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 237 | 0.58 | 0.10 | 0 | 0.07 | 190.07 | 0.79 | 0.66 |
| Hex | 64 | D6 | ED | 3A | A | 0 | 7 | BE | 4F | 42 |
| Octal | 144 | 326 | 355 | 72 | 12 | 0 | 7 | 276 | 117 | 102 |
| Binary | 1100100 | 11010110 | 11101101 | 111010 | 1010 | 0 | 111 | 10111110 | 1001111 | 1000010 |
Color Harmonies of #64D6ED
Complementary color
Monochromatic Colors of #64D6ED
Black with #64D6ED
Text Example
Text Example
White with #64D6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D6ED; }
p { color: rgb(100,214,237); }
H1.HeaderClassName
{
color: #64D6ED;
}
.AnyTagClassName
{
color: #64D6ED;
}
</style>
background-color css
<style>
a { background-color: #64D6ED; }
a { background-color: rgb(100,214,237); }
div.DivClassName
{
background-color: #64D6ED;
}
.BgClassName
{
background-color: #64D6ED;
}
</style>
border-color css
<style>
span { border-color: #64D6ED; }
span { border-color: rgb(100,214,237); }
td.TdClassName
{
border-color: #64D6ED;
}
.TagClassName
{
border-color: #64D6ED;
}
</style>