Shades of Turquoise Blue #64EBF6
Tints of Turquoise Blue #64EBF6
RGB
CMYK
RGB Variations
Color information
#64EBF6 (or 0x64EBF6) is known color: Turquoise Blue. HEX triplet: 64, EB and F6. RGB value is (100,235,246). Sum of RGB (Red+Green+Blue) = 100+235+246=581 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.21% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #64EBF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EBF6 is #9B1409. Grayscale: #C3C3C3. Windows color (decimal): -10163210 or 16182116. OLE color: 16182116.
HSL color Cylindrical-coordinate representation of color #64EBF6: hue angle of 184.52º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64EBF6 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 235 | 246 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.04 |
| HSL | 184.52º | 0.89% | 0.68% | - |
| HSV(B) | 184.52º | 0.59% | 0.96% | - |
| XYZ | 51.6 | 68.78 | 97.75 | - |
| YUV | 195.89 | 156.27 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 246 | 0.59 | 0.04 | 0 | 0.04 | 184.52 | 0.89 | 0.68 |
| Hex | 64 | EB | F6 | 3B | 4 | 0 | 4 | B9 | 59 | 44 |
| Octal | 144 | 353 | 366 | 73 | 4 | 0 | 4 | 271 | 131 | 104 |
| Binary | 1100100 | 11101011 | 11110110 | 111011 | 100 | 0 | 100 | 10111001 | 1011001 | 1000100 |
Color Harmonies of #64EBF6
Complementary color
Monochromatic Colors of #64EBF6
Black with #64EBF6
Text Example
Text Example
White with #64EBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EBF6; }
p { color: rgb(100,235,246); }
H1.HeaderClassName
{
color: #64EBF6;
}
.AnyTagClassName
{
color: #64EBF6;
}
</style>
background-color css
<style>
a { background-color: #64EBF6; }
a { background-color: rgb(100,235,246); }
div.DivClassName
{
background-color: #64EBF6;
}
.BgClassName
{
background-color: #64EBF6;
}
</style>
border-color css
<style>
span { border-color: #64EBF6; }
span { border-color: rgb(100,235,246); }
td.TdClassName
{
border-color: #64EBF6;
}
.TagClassName
{
border-color: #64EBF6;
}
</style>