Shades of Turquoise Blue #64D4FA
Tints of Turquoise Blue #64D4FA
RGB
CMYK
RGB Variations
Color information
#64D4FA (or 0x64D4FA) is known color: Turquoise Blue. HEX triplet: 64, D4 and FA. RGB value is (100,212,250). Sum of RGB (Red+Green+Blue) = 100+212+250=562 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.79% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #64D4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D4FA is #9B2B05. Grayscale: #B6B6B6. Windows color (decimal): -10169094 or 16438372. OLE color: 16438372.
HSL color Cylindrical-coordinate representation of color #64D4FA: hue angle of 195.2º 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 #64D4FA is Cyan = 0.6, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 212 | 250 | - |
| CMYK | 0.6 | 0.15 | 0 | 0.02 |
| HSL | 195.2º | 0.94% | 0.69% | - |
| HSV(B) | 195.2º | 0.6% | 0.98% | - |
| XYZ | 46.05 | 56.7 | 98.96 | - |
| YUV | 182.84 | 165.89 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 212 | 250 | 0.6 | 0.15 | 0 | 0.02 | 195.2 | 0.94 | 0.69 |
| Hex | 64 | D4 | FA | 3C | F | 0 | 2 | C3 | 5E | 45 |
| Octal | 144 | 324 | 372 | 74 | 17 | 0 | 2 | 303 | 136 | 105 |
| Binary | 1100100 | 11010100 | 11111010 | 111100 | 1111 | 0 | 10 | 11000011 | 1011110 | 1000101 |
Color Harmonies of #64D4FA
Complementary color
Monochromatic Colors of #64D4FA
Black with #64D4FA
Text Example
Text Example
White with #64D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D4FA; }
p { color: rgb(100,212,250); }
H1.HeaderClassName
{
color: #64D4FA;
}
.AnyTagClassName
{
color: #64D4FA;
}
</style>
background-color css
<style>
a { background-color: #64D4FA; }
a { background-color: rgb(100,212,250); }
div.DivClassName
{
background-color: #64D4FA;
}
.BgClassName
{
background-color: #64D4FA;
}
</style>
border-color css
<style>
span { border-color: #64D4FA; }
span { border-color: rgb(100,212,250); }
td.TdClassName
{
border-color: #64D4FA;
}
.TagClassName
{
border-color: #64D4FA;
}
</style>