Shades of Turquoise Blue #5EEFE8
Tints of Turquoise Blue #5EEFE8
RGB
CMYK
RGB Variations
Color information
#5EEFE8 (or 0x5EEFE8) is known color: Turquoise Blue. HEX triplet: 5E, EF and E8. RGB value is (94,239,232). Sum of RGB (Red+Green+Blue) = 94+239+232=565 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.64% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEFE8 is #A11017. Grayscale: #C2C2C2. Windows color (decimal): -10555416 or 15265630. OLE color: 15265630.
HSL color Cylindrical-coordinate representation of color #5EEFE8: hue angle of 177.1º degrees, saturation: 0.82, 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 #5EEFE8 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 232 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.06 |
| HSL | 177.1º | 0.82% | 0.65% | - |
| HSV(B) | 177.1º | 0.61% | 0.94% | - |
| XYZ | 50.05 | 69.94 | 87.21 | - |
| YUV | 194.85 | 148.96 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 232 | 0.61 | 0 | 0.03 | 0.06 | 177.1 | 0.82 | 0.65 |
| Hex | 5E | EF | E8 | 3D | 0 | 3 | 6 | B1 | 52 | 41 |
| Octal | 136 | 357 | 350 | 75 | 0 | 3 | 6 | 261 | 122 | 101 |
| Binary | 1011110 | 11101111 | 11101000 | 111101 | 0 | 11 | 110 | 10110001 | 1010010 | 1000001 |
Color Harmonies of #5EEFE8
Complementary color
Monochromatic Colors of #5EEFE8
Black with #5EEFE8
Text Example
Text Example
White with #5EEFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFE8; }
p { color: rgb(94,239,232); }
H1.HeaderClassName
{
color: #5EEFE8;
}
.AnyTagClassName
{
color: #5EEFE8;
}
</style>
background-color css
<style>
a { background-color: #5EEFE8; }
a { background-color: rgb(94,239,232); }
div.DivClassName
{
background-color: #5EEFE8;
}
.BgClassName
{
background-color: #5EEFE8;
}
</style>
border-color css
<style>
span { border-color: #5EEFE8; }
span { border-color: rgb(94,239,232); }
td.TdClassName
{
border-color: #5EEFE8;
}
.TagClassName
{
border-color: #5EEFE8;
}
</style>