Shades of Turquoise Blue #64DDDA
Tints of Turquoise Blue #64DDDA
RGB
CMYK
RGB Variations
Color information
#64DDDA (or 0x64DDDA) is known color: Turquoise Blue. HEX triplet: 64, DD and DA. RGB value is (100,221,218). Sum of RGB (Red+Green+Blue) = 100+221+218=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDDA is #9B2225. Grayscale: #B8B8B8. Windows color (decimal): -10166822 or 14343524. OLE color: 14343524.
HSL color Cylindrical-coordinate representation of color #64DDDA: hue angle of 178.51º 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 #64DDDA is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 218 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.13 |
| HSL | 178.51º | 0.64% | 0.63% | - |
| HSV(B) | 178.51º | 0.55% | 0.87% | - |
| XYZ | 43.77 | 59.48 | 75.5 | - |
| YUV | 184.48 | 146.91 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 218 | 0.55 | 0 | 0.01 | 0.13 | 178.51 | 0.64 | 0.63 |
| Hex | 64 | DD | DA | 37 | 0 | 1 | D | B3 | 40 | 3F |
| Octal | 144 | 335 | 332 | 67 | 0 | 1 | 15 | 263 | 100 | 77 |
| Binary | 1100100 | 11011101 | 11011010 | 110111 | 0 | 1 | 1101 | 10110011 | 1000000 | 111111 |
Color Harmonies of #64DDDA
Complementary color
Monochromatic Colors of #64DDDA
Black with #64DDDA
Text Example
Text Example
White with #64DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDDA; }
p { color: rgb(100,221,218); }
H1.HeaderClassName
{
color: #64DDDA;
}
.AnyTagClassName
{
color: #64DDDA;
}
</style>
background-color css
<style>
a { background-color: #64DDDA; }
a { background-color: rgb(100,221,218); }
div.DivClassName
{
background-color: #64DDDA;
}
.BgClassName
{
background-color: #64DDDA;
}
</style>
border-color css
<style>
span { border-color: #64DDDA; }
span { border-color: rgb(100,221,218); }
td.TdClassName
{
border-color: #64DDDA;
}
.TagClassName
{
border-color: #64DDDA;
}
</style>