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