Shades of Turquoise Blue #64D1E6
Tints of Turquoise Blue #64D1E6
RGB
CMYK
RGB Variations
Color information
#64D1E6 (or 0x64D1E6) is known color: Turquoise Blue. HEX triplet: 64, D1 and E6. RGB value is (100,209,230). Sum of RGB (Red+Green+Blue) = 100+209+230=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #64D1E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D1E6 is #9B2E19. Grayscale: #B2B2B2. Windows color (decimal): -10169882 or 15126884. OLE color: 15126884.
HSL color Cylindrical-coordinate representation of color #64D1E6: hue angle of 189.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64D1E6 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 209 | 230 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.10 |
| HSL | 189.69º | 0.72% | 0.65% | - |
| HSV(B) | 189.69º | 0.57% | 0.9% | - |
| XYZ | 42.34 | 54.02 | 83.06 | - |
| YUV | 178.8 | 156.89 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 230 | 0.57 | 0.09 | 0 | 0.10 | 189.69 | 0.72 | 0.65 |
| Hex | 64 | D1 | E6 | 39 | 9 | 0 | A | BE | 48 | 41 |
| Octal | 144 | 321 | 346 | 71 | 11 | 0 | 12 | 276 | 110 | 101 |
| Binary | 1100100 | 11010001 | 11100110 | 111001 | 1001 | 0 | 1010 | 10111110 | 1001000 | 1000001 |
Color Harmonies of #64D1E6
Complementary color
Monochromatic Colors of #64D1E6
Black with #64D1E6
Text Example
Text Example
White with #64D1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D1E6; }
p { color: rgb(100,209,230); }
H1.HeaderClassName
{
color: #64D1E6;
}
.AnyTagClassName
{
color: #64D1E6;
}
</style>
background-color css
<style>
a { background-color: #64D1E6; }
a { background-color: rgb(100,209,230); }
div.DivClassName
{
background-color: #64D1E6;
}
.BgClassName
{
background-color: #64D1E6;
}
</style>
border-color css
<style>
span { border-color: #64D1E6; }
span { border-color: rgb(100,209,230); }
td.TdClassName
{
border-color: #64D1E6;
}
.TagClassName
{
border-color: #64D1E6;
}
</style>