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