Shades of Turquoise Blue #5EEAF0
Tints of Turquoise Blue #5EEAF0
RGB
CMYK
RGB Variations
Color information
#5EEAF0 (or 0x5EEAF0) is known color: Turquoise Blue. HEX triplet: 5E, EA and F0. RGB value is (94,234,240). Sum of RGB (Red+Green+Blue) = 94+234+240=568 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.55% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #5EEAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEAF0 is #A1150F. Grayscale: #C0C0C0. Windows color (decimal): -10556688 or 15788638. OLE color: 15788638.
HSL color Cylindrical-coordinate representation of color #5EEAF0: hue angle of 182.47º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEAF0 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 234 | 240 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.06 |
| HSL | 182.47º | 0.83% | 0.65% | - |
| HSV(B) | 182.47º | 0.61% | 0.94% | - |
| XYZ | 49.77 | 67.52 | 92.85 | - |
| YUV | 192.82 | 154.62 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 240 | 0.61 | 0.02 | 0 | 0.06 | 182.47 | 0.83 | 0.65 |
| Hex | 5E | EA | F0 | 3D | 2 | 0 | 6 | B6 | 53 | 41 |
| Octal | 136 | 352 | 360 | 75 | 2 | 0 | 6 | 266 | 123 | 101 |
| Binary | 1011110 | 11101010 | 11110000 | 111101 | 10 | 0 | 110 | 10110110 | 1010011 | 1000001 |
Color Harmonies of #5EEAF0
Complementary color
Monochromatic Colors of #5EEAF0
Black with #5EEAF0
Text Example
Text Example
White with #5EEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEAF0; }
p { color: rgb(94,234,240); }
H1.HeaderClassName
{
color: #5EEAF0;
}
.AnyTagClassName
{
color: #5EEAF0;
}
</style>
background-color css
<style>
a { background-color: #5EEAF0; }
a { background-color: rgb(94,234,240); }
div.DivClassName
{
background-color: #5EEAF0;
}
.BgClassName
{
background-color: #5EEAF0;
}
</style>
border-color css
<style>
span { border-color: #5EEAF0; }
span { border-color: rgb(94,234,240); }
td.TdClassName
{
border-color: #5EEAF0;
}
.TagClassName
{
border-color: #5EEAF0;
}
</style>