Shades of Turquoise Blue #64E2FE
Tints of Turquoise Blue #64E2FE
RGB
CMYK
RGB Variations
Color information
#64E2FE (or 0x64E2FE) is known color: Turquoise Blue. HEX triplet: 64, E2 and FE. RGB value is (100,226,254). Sum of RGB (Red+Green+Blue) = 100+226+254=580 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.24% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #64E2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64E2FE is #9B1D01. Grayscale: #BFBFBF. Windows color (decimal): -10165506 or 16704100. OLE color: 16704100.
HSL color Cylindrical-coordinate representation of color #64E2FE: hue angle of 190.91º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64E2FE is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 226 | 254 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.00 |
| HSL | 190.91º | 0.99% | 0.69% | - |
| HSV(B) | 190.91º | 0.61% | 1% | - |
| XYZ | 50.34 | 64.26 | 103.52 | - |
| YUV | 191.52 | 163.26 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 254 | 0.61 | 0.11 | 0 | 0.00 | 190.91 | 0.99 | 0.69 |
| Hex | 64 | E2 | FE | 3D | B | 0 | 0 | BF | 63 | 45 |
| Octal | 144 | 342 | 376 | 75 | 13 | 0 | 0 | 277 | 143 | 105 |
| Binary | 1100100 | 11100010 | 11111110 | 111101 | 1011 | 0 | 0 | 10111111 | 1100011 | 1000101 |
Color Harmonies of #64E2FE
Complementary color
Monochromatic Colors of #64E2FE
Black with #64E2FE
Text Example
Text Example
White with #64E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E2FE; }
p { color: rgb(100,226,254); }
H1.HeaderClassName
{
color: #64E2FE;
}
.AnyTagClassName
{
color: #64E2FE;
}
</style>
background-color css
<style>
a { background-color: #64E2FE; }
a { background-color: rgb(100,226,254); }
div.DivClassName
{
background-color: #64E2FE;
}
.BgClassName
{
background-color: #64E2FE;
}
</style>
border-color css
<style>
span { border-color: #64E2FE; }
span { border-color: rgb(100,226,254); }
td.TdClassName
{
border-color: #64E2FE;
}
.TagClassName
{
border-color: #64E2FE;
}
</style>