Shades of Turquoise Blue #64DFDB
Tints of Turquoise Blue #64DFDB
RGB
CMYK
RGB Variations
Color information
#64DFDB (or 0x64DFDB) is known color: Turquoise Blue. HEX triplet: 64, DF and DB. RGB value is (100,223,219). Sum of RGB (Red+Green+Blue) = 100+223+219=542 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.45% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFDB is #9B2024. Grayscale: #B9B9B9. Windows color (decimal): -10166309 or 14409572. OLE color: 14409572.
HSL color Cylindrical-coordinate representation of color #64DFDB: hue angle of 178.05º 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 #64DFDB is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 219 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.13 |
| HSL | 178.05º | 0.66% | 0.63% | - |
| HSV(B) | 178.05º | 0.55% | 0.87% | - |
| XYZ | 44.43 | 60.6 | 76.37 | - |
| YUV | 185.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 219 | 0.55 | 0 | 0.02 | 0.13 | 178.05 | 0.66 | 0.63 |
| Hex | 64 | DF | DB | 37 | 0 | 2 | D | B2 | 42 | 3F |
| Octal | 144 | 337 | 333 | 67 | 0 | 2 | 15 | 262 | 102 | 77 |
| Binary | 1100100 | 11011111 | 11011011 | 110111 | 0 | 10 | 1101 | 10110010 | 1000010 | 111111 |
Color Harmonies of #64DFDB
Complementary color
Monochromatic Colors of #64DFDB
Black with #64DFDB
Text Example
Text Example
White with #64DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFDB; }
p { color: rgb(100,223,219); }
H1.HeaderClassName
{
color: #64DFDB;
}
.AnyTagClassName
{
color: #64DFDB;
}
</style>
background-color css
<style>
a { background-color: #64DFDB; }
a { background-color: rgb(100,223,219); }
div.DivClassName
{
background-color: #64DFDB;
}
.BgClassName
{
background-color: #64DFDB;
}
</style>
border-color css
<style>
span { border-color: #64DFDB; }
span { border-color: rgb(100,223,219); }
td.TdClassName
{
border-color: #64DFDB;
}
.TagClassName
{
border-color: #64DFDB;
}
</style>