Shades of Turquoise Blue #64DDED
Tints of Turquoise Blue #64DDED
RGB
CMYK
RGB Variations
Color information
#64DDED (or 0x64DDED) is known color: Turquoise Blue. HEX triplet: 64, DD and ED. RGB value is (100,221,237). Sum of RGB (Red+Green+Blue) = 100+221+237=558 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.92% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #64DDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DDED is #9B2212. Grayscale: #BABABA. Windows color (decimal): -10166803 or 15588708. OLE color: 15588708.
HSL color Cylindrical-coordinate representation of color #64DDED: hue angle of 187.01º 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 #64DDED is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 221 | 237 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.07 |
| HSL | 187.01º | 0.79% | 0.66% | - |
| HSV(B) | 187.01º | 0.58% | 0.93% | - |
| XYZ | 46.4 | 60.54 | 89.36 | - |
| YUV | 186.65 | 156.41 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 237 | 0.58 | 0.07 | 0 | 0.07 | 187.01 | 0.79 | 0.66 |
| Hex | 64 | DD | ED | 3A | 7 | 0 | 7 | BB | 4F | 42 |
| Octal | 144 | 335 | 355 | 72 | 7 | 0 | 7 | 273 | 117 | 102 |
| Binary | 1100100 | 11011101 | 11101101 | 111010 | 111 | 0 | 111 | 10111011 | 1001111 | 1000010 |
Color Harmonies of #64DDED
Complementary color
Monochromatic Colors of #64DDED
Black with #64DDED
Text Example
Text Example
White with #64DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDED; }
p { color: rgb(100,221,237); }
H1.HeaderClassName
{
color: #64DDED;
}
.AnyTagClassName
{
color: #64DDED;
}
</style>
background-color css
<style>
a { background-color: #64DDED; }
a { background-color: rgb(100,221,237); }
div.DivClassName
{
background-color: #64DDED;
}
.BgClassName
{
background-color: #64DDED;
}
</style>
border-color css
<style>
span { border-color: #64DDED; }
span { border-color: rgb(100,221,237); }
td.TdClassName
{
border-color: #64DDED;
}
.TagClassName
{
border-color: #64DDED;
}
</style>