Shades of Turquoise Blue #64DADF
Tints of Turquoise Blue #64DADF
RGB
CMYK
RGB Variations
Color information
#64DADF (or 0x64DADF) is known color: Turquoise Blue. HEX triplet: 64, DA and DF. RGB value is (100,218,223). Sum of RGB (Red+Green+Blue) = 100+218+223=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #64DADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DADF is #9B2520. Grayscale: #B7B7B7. Windows color (decimal): -10167585 or 14670436. OLE color: 14670436.
HSL color Cylindrical-coordinate representation of color #64DADF: hue angle of 182.44º 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 #64DADF is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 218 | 223 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.13 |
| HSL | 182.44º | 0.66% | 0.63% | - |
| HSV(B) | 182.44º | 0.55% | 0.87% | - |
| XYZ | 43.65 | 58.18 | 78.74 | - |
| YUV | 183.29 | 150.41 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 223 | 0.55 | 0.02 | 0 | 0.13 | 182.44 | 0.66 | 0.63 |
| Hex | 64 | DA | DF | 37 | 2 | 0 | D | B6 | 42 | 3F |
| Octal | 144 | 332 | 337 | 67 | 2 | 0 | 15 | 266 | 102 | 77 |
| Binary | 1100100 | 11011010 | 11011111 | 110111 | 10 | 0 | 1101 | 10110110 | 1000010 | 111111 |
Color Harmonies of #64DADF
Complementary color
Monochromatic Colors of #64DADF
Black with #64DADF
Text Example
Text Example
White with #64DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DADF; }
p { color: rgb(100,218,223); }
H1.HeaderClassName
{
color: #64DADF;
}
.AnyTagClassName
{
color: #64DADF;
}
</style>
background-color css
<style>
a { background-color: #64DADF; }
a { background-color: rgb(100,218,223); }
div.DivClassName
{
background-color: #64DADF;
}
.BgClassName
{
background-color: #64DADF;
}
</style>
border-color css
<style>
span { border-color: #64DADF; }
span { border-color: rgb(100,218,223); }
td.TdClassName
{
border-color: #64DADF;
}
.TagClassName
{
border-color: #64DADF;
}
</style>