Shades of Turquoise Blue #64DDDF
Tints of Turquoise Blue #64DDDF
RGB
CMYK
RGB Variations
Color information
#64DDDF (or 0x64DDDF) is known color: Turquoise Blue. HEX triplet: 64, DD and DF. RGB value is (100,221,223). Sum of RGB (Red+Green+Blue) = 100+221+223=544 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.38% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #64DDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDDF is #9B2220. Grayscale: #B8B8B8. Windows color (decimal): -10166817 or 14671204. OLE color: 14671204.
HSL color Cylindrical-coordinate representation of color #64DDDF: hue angle of 180.98º degrees, saturation: 0.66, 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 #64DDDF is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 223 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.13 |
| HSL | 180.98º | 0.66% | 0.63% | - |
| HSV(B) | 180.98º | 0.55% | 0.87% | - |
| XYZ | 44.43 | 59.75 | 79 | - |
| YUV | 185.05 | 149.41 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 223 | 0.55 | 0.01 | 0 | 0.13 | 180.98 | 0.66 | 0.63 |
| Hex | 64 | DD | DF | 37 | 1 | 0 | D | B5 | 42 | 3F |
| Octal | 144 | 335 | 337 | 67 | 1 | 0 | 15 | 265 | 102 | 77 |
| Binary | 1100100 | 11011101 | 11011111 | 110111 | 1 | 0 | 1101 | 10110101 | 1000010 | 111111 |
Color Harmonies of #64DDDF
Complementary color
Monochromatic Colors of #64DDDF
Black with #64DDDF
Text Example
Text Example
White with #64DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDDF; }
p { color: rgb(100,221,223); }
H1.HeaderClassName
{
color: #64DDDF;
}
.AnyTagClassName
{
color: #64DDDF;
}
</style>
background-color css
<style>
a { background-color: #64DDDF; }
a { background-color: rgb(100,221,223); }
div.DivClassName
{
background-color: #64DDDF;
}
.BgClassName
{
background-color: #64DDDF;
}
</style>
border-color css
<style>
span { border-color: #64DDDF; }
span { border-color: rgb(100,221,223); }
td.TdClassName
{
border-color: #64DDDF;
}
.TagClassName
{
border-color: #64DDDF;
}
</style>