Shades of Turquoise Blue #64DBDC
Tints of Turquoise Blue #64DBDC
RGB
CMYK
RGB Variations
Color information
#64DBDC (or 0x64DBDC) is known color: Turquoise Blue. HEX triplet: 64, DB and DC. RGB value is (100,219,220). Sum of RGB (Red+Green+Blue) = 100+219+220=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #64DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DBDC is #9B2423. Grayscale: #B7B7B7. Windows color (decimal): -10167332 or 14474084. OLE color: 14474084.
HSL color Cylindrical-coordinate representation of color #64DBDC: hue angle of 180.5º 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 #64DBDC is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 220 | - |
| CMYK | 0.55 | 0.00 | 0 | 0.14 |
| HSL | 180.5º | 0.63% | 0.63% | - |
| HSV(B) | 180.5º | 0.55% | 0.86% | - |
| XYZ | 43.51 | 58.54 | 76.72 | - |
| YUV | 183.53 | 148.58 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 220 | 0.55 | 0.00 | 0 | 0.14 | 180.5 | 0.63 | 0.63 |
| Hex | 64 | DB | DC | 37 | 0 | 0 | E | B4 | 3F | 3F |
| Octal | 144 | 333 | 334 | 67 | 0 | 0 | 16 | 264 | 77 | 77 |
| Binary | 1100100 | 11011011 | 11011100 | 110111 | 0 | 0 | 1110 | 10110100 | 111111 | 111111 |
Color Harmonies of #64DBDC
Complementary color
Monochromatic Colors of #64DBDC
Black with #64DBDC
Text Example
Text Example
White with #64DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBDC; }
p { color: rgb(100,219,220); }
H1.HeaderClassName
{
color: #64DBDC;
}
.AnyTagClassName
{
color: #64DBDC;
}
</style>
background-color css
<style>
a { background-color: #64DBDC; }
a { background-color: rgb(100,219,220); }
div.DivClassName
{
background-color: #64DBDC;
}
.BgClassName
{
background-color: #64DBDC;
}
</style>
border-color css
<style>
span { border-color: #64DBDC; }
span { border-color: rgb(100,219,220); }
td.TdClassName
{
border-color: #64DBDC;
}
.TagClassName
{
border-color: #64DBDC;
}
</style>