Shades of Turquoise Blue #64EFEB
Tints of Turquoise Blue #64EFEB
RGB
CMYK
RGB Variations
Color information
#64EFEB (or 0x64EFEB) is known color: Turquoise Blue. HEX triplet: 64, EF and EB. RGB value is (100,239,235). Sum of RGB (Red+Green+Blue) = 100+239+235=574 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.42% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EFEB is #9B1014. Grayscale: #C4C4C4. Windows color (decimal): -10162197 or 15462244. OLE color: 15462244.
HSL color Cylindrical-coordinate representation of color #64EFEB: hue angle of 178.27º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EFEB is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 235 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.06 |
| HSL | 178.27º | 0.81% | 0.66% | - |
| HSV(B) | 178.27º | 0.58% | 0.94% | - |
| XYZ | 51.12 | 70.44 | 89.5 | - |
| YUV | 196.98 | 149.45 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 235 | 0.58 | 0 | 0.02 | 0.06 | 178.27 | 0.81 | 0.66 |
| Hex | 64 | EF | EB | 3A | 0 | 2 | 6 | B2 | 51 | 42 |
| Octal | 144 | 357 | 353 | 72 | 0 | 2 | 6 | 262 | 121 | 102 |
| Binary | 1100100 | 11101111 | 11101011 | 111010 | 0 | 10 | 110 | 10110010 | 1010001 | 1000010 |
Color Harmonies of #64EFEB
Complementary color
Monochromatic Colors of #64EFEB
Black with #64EFEB
Text Example
Text Example
White with #64EFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EFEB; }
p { color: rgb(100,239,235); }
H1.HeaderClassName
{
color: #64EFEB;
}
.AnyTagClassName
{
color: #64EFEB;
}
</style>
background-color css
<style>
a { background-color: #64EFEB; }
a { background-color: rgb(100,239,235); }
div.DivClassName
{
background-color: #64EFEB;
}
.BgClassName
{
background-color: #64EFEB;
}
</style>
border-color css
<style>
span { border-color: #64EFEB; }
span { border-color: rgb(100,239,235); }
td.TdClassName
{
border-color: #64EFEB;
}
.TagClassName
{
border-color: #64EFEB;
}
</style>