Shades of Turquoise Blue #64ECF3
Tints of Turquoise Blue #64ECF3
RGB
CMYK
RGB Variations
Color information
#64ECF3 (or 0x64ECF3) is known color: Turquoise Blue. HEX triplet: 64, EC and F3. RGB value is (100,236,243). Sum of RGB (Red+Green+Blue) = 100+236+243=579 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.27% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #64ECF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64ECF3 is #9B130C. Grayscale: #C3C3C3. Windows color (decimal): -10162957 or 15985764. OLE color: 15985764.
HSL color Cylindrical-coordinate representation of color #64ECF3: hue angle of 182.94º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64ECF3 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 236 | 243 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.05 |
| HSL | 182.94º | 0.86% | 0.67% | - |
| HSV(B) | 182.94º | 0.59% | 0.95% | - |
| XYZ | 51.43 | 69.17 | 95.43 | - |
| YUV | 196.13 | 154.44 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 243 | 0.59 | 0.03 | 0 | 0.05 | 182.94 | 0.86 | 0.67 |
| Hex | 64 | EC | F3 | 3B | 3 | 0 | 5 | B7 | 56 | 43 |
| Octal | 144 | 354 | 363 | 73 | 3 | 0 | 5 | 267 | 126 | 103 |
| Binary | 1100100 | 11101100 | 11110011 | 111011 | 11 | 0 | 101 | 10110111 | 1010110 | 1000011 |
Color Harmonies of #64ECF3
Complementary color
Monochromatic Colors of #64ECF3
Black with #64ECF3
Text Example
Text Example
White with #64ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ECF3; }
p { color: rgb(100,236,243); }
H1.HeaderClassName
{
color: #64ECF3;
}
.AnyTagClassName
{
color: #64ECF3;
}
</style>
background-color css
<style>
a { background-color: #64ECF3; }
a { background-color: rgb(100,236,243); }
div.DivClassName
{
background-color: #64ECF3;
}
.BgClassName
{
background-color: #64ECF3;
}
</style>
border-color css
<style>
span { border-color: #64ECF3; }
span { border-color: rgb(100,236,243); }
td.TdClassName
{
border-color: #64ECF3;
}
.TagClassName
{
border-color: #64ECF3;
}
</style>