Shades of Turquoise Blue #64DAFA
Tints of Turquoise Blue #64DAFA
RGB
CMYK
RGB Variations
Color information
#64DAFA (or 0x64DAFA) is known color: Turquoise Blue. HEX triplet: 64, DA and FA. RGB value is (100,218,250). Sum of RGB (Red+Green+Blue) = 100+218+250=568 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.61% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #64DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DAFA is #9B2505. Grayscale: #BABABA. Windows color (decimal): -10167558 or 16439908. OLE color: 16439908.
HSL color Cylindrical-coordinate representation of color #64DAFA: hue angle of 192.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64DAFA is Cyan = 0.6, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 218 | 250 | - |
| CMYK | 0.6 | 0.13 | 0 | 0.02 |
| HSL | 192.8º | 0.94% | 0.69% | - |
| HSV(B) | 192.8º | 0.6% | 0.98% | - |
| XYZ | 47.58 | 59.75 | 99.47 | - |
| YUV | 186.37 | 163.91 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 250 | 0.6 | 0.13 | 0 | 0.02 | 192.8 | 0.94 | 0.69 |
| Hex | 64 | DA | FA | 3C | D | 0 | 2 | C1 | 5E | 45 |
| Octal | 144 | 332 | 372 | 74 | 15 | 0 | 2 | 301 | 136 | 105 |
| Binary | 1100100 | 11011010 | 11111010 | 111100 | 1101 | 0 | 10 | 11000001 | 1011110 | 1000101 |
Color Harmonies of #64DAFA
Complementary color
Monochromatic Colors of #64DAFA
Black with #64DAFA
Text Example
Text Example
White with #64DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DAFA; }
p { color: rgb(100,218,250); }
H1.HeaderClassName
{
color: #64DAFA;
}
.AnyTagClassName
{
color: #64DAFA;
}
</style>
background-color css
<style>
a { background-color: #64DAFA; }
a { background-color: rgb(100,218,250); }
div.DivClassName
{
background-color: #64DAFA;
}
.BgClassName
{
background-color: #64DAFA;
}
</style>
border-color css
<style>
span { border-color: #64DAFA; }
span { border-color: rgb(100,218,250); }
td.TdClassName
{
border-color: #64DAFA;
}
.TagClassName
{
border-color: #64DAFA;
}
</style>