Shades of Turquoise Blue #64EAF5
Tints of Turquoise Blue #64EAF5
RGB
CMYK
RGB Variations
Color information
#64EAF5 (or 0x64EAF5) is known color: Turquoise Blue. HEX triplet: 64, EA and F5. RGB value is (100,234,245). Sum of RGB (Red+Green+Blue) = 100+234+245=579 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.27% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #64EAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EAF5 is #9B150A. Grayscale: #C3C3C3. Windows color (decimal): -10163467 or 16116324. OLE color: 16116324.
HSL color Cylindrical-coordinate representation of color #64EAF5: hue angle of 184.55º degrees, saturation: 0.88, 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 #64EAF5 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 234 | 245 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.04 |
| HSL | 184.55º | 0.88% | 0.68% | - |
| HSV(B) | 184.55º | 0.59% | 0.96% | - |
| XYZ | 51.16 | 68.15 | 96.84 | - |
| YUV | 195.19 | 156.11 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 245 | 0.59 | 0.04 | 0 | 0.04 | 184.55 | 0.88 | 0.68 |
| Hex | 64 | EA | F5 | 3B | 4 | 0 | 4 | B9 | 58 | 44 |
| Octal | 144 | 352 | 365 | 73 | 4 | 0 | 4 | 271 | 130 | 104 |
| Binary | 1100100 | 11101010 | 11110101 | 111011 | 100 | 0 | 100 | 10111001 | 1011000 | 1000100 |
Color Harmonies of #64EAF5
Complementary color
Monochromatic Colors of #64EAF5
Black with #64EAF5
Text Example
Text Example
White with #64EAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EAF5; }
p { color: rgb(100,234,245); }
H1.HeaderClassName
{
color: #64EAF5;
}
.AnyTagClassName
{
color: #64EAF5;
}
</style>
background-color css
<style>
a { background-color: #64EAF5; }
a { background-color: rgb(100,234,245); }
div.DivClassName
{
background-color: #64EAF5;
}
.BgClassName
{
background-color: #64EAF5;
}
</style>
border-color css
<style>
span { border-color: #64EAF5; }
span { border-color: rgb(100,234,245); }
td.TdClassName
{
border-color: #64EAF5;
}
.TagClassName
{
border-color: #64EAF5;
}
</style>