Shades of Turquoise Blue #64DCDD
Tints of Turquoise Blue #64DCDD
RGB
CMYK
RGB Variations
Color information
#64DCDD (or 0x64DCDD) is known color: Turquoise Blue. HEX triplet: 64, DC and DD. RGB value is (100,220,221). Sum of RGB (Red+Green+Blue) = 100+220+221=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #64DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCDD is #9B2322. Grayscale: #B8B8B8. Windows color (decimal): -10167075 or 14539876. OLE color: 14539876.
HSL color Cylindrical-coordinate representation of color #64DCDD: hue angle of 180.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DCDD is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 220 | 221 | - |
| CMYK | 0.55 | 0.00 | 0 | 0.13 |
| HSL | 180.5º | 0.64% | 0.63% | - |
| HSV(B) | 180.5º | 0.55% | 0.87% | - |
| XYZ | 43.9 | 59.12 | 77.5 | - |
| YUV | 184.23 | 148.74 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 221 | 0.55 | 0.00 | 0 | 0.13 | 180.5 | 0.64 | 0.63 |
| Hex | 64 | DC | DD | 37 | 0 | 0 | D | B4 | 40 | 3F |
| Octal | 144 | 334 | 335 | 67 | 0 | 0 | 15 | 264 | 100 | 77 |
| Binary | 1100100 | 11011100 | 11011101 | 110111 | 0 | 0 | 1101 | 10110100 | 1000000 | 111111 |
Color Harmonies of #64DCDD
Complementary color
Monochromatic Colors of #64DCDD
Black with #64DCDD
Text Example
Text Example
White with #64DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCDD; }
p { color: rgb(100,220,221); }
H1.HeaderClassName
{
color: #64DCDD;
}
.AnyTagClassName
{
color: #64DCDD;
}
</style>
background-color css
<style>
a { background-color: #64DCDD; }
a { background-color: rgb(100,220,221); }
div.DivClassName
{
background-color: #64DCDD;
}
.BgClassName
{
background-color: #64DCDD;
}
</style>
border-color css
<style>
span { border-color: #64DCDD; }
span { border-color: rgb(100,220,221); }
td.TdClassName
{
border-color: #64DCDD;
}
.TagClassName
{
border-color: #64DCDD;
}
</style>