Shades of Turquoise Blue #64DFDE
Tints of Turquoise Blue #64DFDE
RGB
CMYK
RGB Variations
Color information
#64DFDE (or 0x64DFDE) is known color: Turquoise Blue. HEX triplet: 64, DF and DE. RGB value is (100,223,222). Sum of RGB (Red+Green+Blue) = 100+223+222=545 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.35% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFDE is #9B2021. Grayscale: #B9B9B9. Windows color (decimal): -10166306 or 14606180. OLE color: 14606180.
HSL color Cylindrical-coordinate representation of color #64DFDE: hue angle of 179.51º 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 #64DFDE is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 222 | - |
| CMYK | 0.55 | 0 | 0.00 | 0.13 |
| HSL | 179.51º | 0.66% | 0.63% | - |
| HSV(B) | 179.51º | 0.55% | 0.87% | - |
| XYZ | 44.83 | 60.76 | 78.47 | - |
| YUV | 186.11 | 148.25 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 222 | 0.55 | 0 | 0.00 | 0.13 | 179.51 | 0.66 | 0.63 |
| Hex | 64 | DF | DE | 37 | 0 | 0 | D | B4 | 42 | 3F |
| Octal | 144 | 337 | 336 | 67 | 0 | 0 | 15 | 264 | 102 | 77 |
| Binary | 1100100 | 11011111 | 11011110 | 110111 | 0 | 0 | 1101 | 10110100 | 1000010 | 111111 |
Color Harmonies of #64DFDE
Complementary color
Monochromatic Colors of #64DFDE
Black with #64DFDE
Text Example
Text Example
White with #64DFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFDE; }
p { color: rgb(100,223,222); }
H1.HeaderClassName
{
color: #64DFDE;
}
.AnyTagClassName
{
color: #64DFDE;
}
</style>
background-color css
<style>
a { background-color: #64DFDE; }
a { background-color: rgb(100,223,222); }
div.DivClassName
{
background-color: #64DFDE;
}
.BgClassName
{
background-color: #64DFDE;
}
</style>
border-color css
<style>
span { border-color: #64DFDE; }
span { border-color: rgb(100,223,222); }
td.TdClassName
{
border-color: #64DFDE;
}
.TagClassName
{
border-color: #64DFDE;
}
</style>