Shades of Turquoise Blue #64DAFF
Tints of Turquoise Blue #64DAFF
RGB
CMYK
RGB Variations
Color information
#64DAFF (or 0x64DAFF) is known color: Turquoise Blue. HEX triplet: 64, DA and FF. RGB value is (100,218,255). Sum of RGB (Red+Green+Blue) = 100+218+255=573 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.45% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #64DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DAFF is #9B2500. Grayscale: #BABABA. Windows color (decimal): -10167553 or 16767588. OLE color: 16767588.
HSL color Cylindrical-coordinate representation of color #64DAFF: hue angle of 194.32º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64DAFF is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 218 | 255 | - |
| CMYK | 0.61 | 0.15 | 0 | 0 |
| HSL | 194.32º | 1% | 0.7% | - |
| HSV(B) | 194.32º | 0.61% | 1% | - |
| XYZ | 48.38 | 60.07 | 103.65 | - |
| YUV | 186.94 | 166.41 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 255 | 0.61 | 0.15 | 0 | 0 | 194.32 | 1 | 0.7 |
| Hex | 64 | DA | FF | 3D | F | 0 | 0 | C2 | 64 | 46 |
| Octal | 144 | 332 | 377 | 75 | 17 | 0 | 0 | 302 | 144 | 106 |
| Binary | 1100100 | 11011010 | 11111111 | 111101 | 1111 | 0 | 0 | 11000010 | 1100100 | 1000110 |
Color Harmonies of #64DAFF
Complementary color
Monochromatic Colors of #64DAFF
Black with #64DAFF
Text Example
Text Example
White with #64DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DAFF; }
p { color: rgb(100,218,255); }
H1.HeaderClassName
{
color: #64DAFF;
}
.AnyTagClassName
{
color: #64DAFF;
}
</style>
background-color css
<style>
a { background-color: #64DAFF; }
a { background-color: rgb(100,218,255); }
div.DivClassName
{
background-color: #64DAFF;
}
.BgClassName
{
background-color: #64DAFF;
}
</style>
border-color css
<style>
span { border-color: #64DAFF; }
span { border-color: rgb(100,218,255); }
td.TdClassName
{
border-color: #64DAFF;
}
.TagClassName
{
border-color: #64DAFF;
}
</style>