Shades of Turquoise Blue #64DFD6
Tints of Turquoise Blue #64DFD6
RGB
CMYK
RGB Variations
Color information
#64DFD6 (or 0x64DFD6) is known color: Turquoise Blue. HEX triplet: 64, DF and D6. RGB value is (100,223,214). Sum of RGB (Red+Green+Blue) = 100+223+214=537 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.62% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFD6 is #9B2029. Grayscale: #B9B9B9. Windows color (decimal): -10166314 or 14081892. OLE color: 14081892.
HSL color Cylindrical-coordinate representation of color #64DFD6: hue angle of 175.61º 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 #64DFD6 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 214 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.13 |
| HSL | 175.61º | 0.66% | 0.63% | - |
| HSV(B) | 175.61º | 0.55% | 0.87% | - |
| XYZ | 43.78 | 60.34 | 72.96 | - |
| YUV | 185.2 | 144.25 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 214 | 0.55 | 0 | 0.04 | 0.13 | 175.61 | 0.66 | 0.63 |
| Hex | 64 | DF | D6 | 37 | 0 | 4 | D | B0 | 42 | 3F |
| Octal | 144 | 337 | 326 | 67 | 0 | 4 | 15 | 260 | 102 | 77 |
| Binary | 1100100 | 11011111 | 11010110 | 110111 | 0 | 100 | 1101 | 10110000 | 1000010 | 111111 |
Color Harmonies of #64DFD6
Complementary color
Monochromatic Colors of #64DFD6
Black with #64DFD6
Text Example
Text Example
White with #64DFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFD6; }
p { color: rgb(100,223,214); }
H1.HeaderClassName
{
color: #64DFD6;
}
.AnyTagClassName
{
color: #64DFD6;
}
</style>
background-color css
<style>
a { background-color: #64DFD6; }
a { background-color: rgb(100,223,214); }
div.DivClassName
{
background-color: #64DFD6;
}
.BgClassName
{
background-color: #64DFD6;
}
</style>
border-color css
<style>
span { border-color: #64DFD6; }
span { border-color: rgb(100,223,214); }
td.TdClassName
{
border-color: #64DFD6;
}
.TagClassName
{
border-color: #64DFD6;
}
</style>