Shades of Turquoise Blue #64DADC
Tints of Turquoise Blue #64DADC
RGB
CMYK
RGB Variations
Color information
#64DADC (or 0x64DADC) is known color: Turquoise Blue. HEX triplet: 64, DA and DC. RGB value is (100,218,220). Sum of RGB (Red+Green+Blue) = 100+218+220=538 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.59% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #64DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DADC is #9B2523. Grayscale: #B6B6B6. Windows color (decimal): -10167588 or 14473828. OLE color: 14473828.
HSL color Cylindrical-coordinate representation of color #64DADC: hue angle of 181º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DADC is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 218 | 220 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.14 |
| HSL | 181º | 0.63% | 0.63% | - |
| HSV(B) | 181º | 0.55% | 0.86% | - |
| XYZ | 43.25 | 58.02 | 76.63 | - |
| YUV | 182.95 | 148.91 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 220 | 0.55 | 0.01 | 0 | 0.14 | 181 | 0.63 | 0.63 |
| Hex | 64 | DA | DC | 37 | 1 | 0 | E | B5 | 3F | 3F |
| Octal | 144 | 332 | 334 | 67 | 1 | 0 | 16 | 265 | 77 | 77 |
| Binary | 1100100 | 11011010 | 11011100 | 110111 | 1 | 0 | 1110 | 10110101 | 111111 | 111111 |
Color Harmonies of #64DADC
Complementary color
Monochromatic Colors of #64DADC
Black with #64DADC
Text Example
Text Example
White with #64DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DADC; }
p { color: rgb(100,218,220); }
H1.HeaderClassName
{
color: #64DADC;
}
.AnyTagClassName
{
color: #64DADC;
}
</style>
background-color css
<style>
a { background-color: #64DADC; }
a { background-color: rgb(100,218,220); }
div.DivClassName
{
background-color: #64DADC;
}
.BgClassName
{
background-color: #64DADC;
}
</style>
border-color css
<style>
span { border-color: #64DADC; }
span { border-color: rgb(100,218,220); }
td.TdClassName
{
border-color: #64DADC;
}
.TagClassName
{
border-color: #64DADC;
}
</style>