Shades of Turquoise Blue #5EEFE3
Tints of Turquoise Blue #5EEFE3
RGB
CMYK
RGB Variations
Color information
#5EEFE3 (or 0x5EEFE3) is known color: Turquoise Blue. HEX triplet: 5E, EF and E3. RGB value is (94,239,227). Sum of RGB (Red+Green+Blue) = 94+239+227=560 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.79% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 227 (89.06% from 255 or 40.54% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFE3 is #A1101C. Grayscale: #C2C2C2. Windows color (decimal): -10555421 or 14937950. OLE color: 14937950.
HSL color Cylindrical-coordinate representation of color #5EEFE3: hue angle of 175.03º 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 #5EEFE3 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 227 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.06 |
| HSL | 175.03º | 0.82% | 0.65% | - |
| HSV(B) | 175.03º | 0.61% | 0.94% | - |
| XYZ | 49.35 | 69.66 | 83.52 | - |
| YUV | 194.28 | 146.46 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 227 | 0.61 | 0 | 0.05 | 0.06 | 175.03 | 0.82 | 0.65 |
| Hex | 5E | EF | E3 | 3D | 0 | 5 | 6 | AF | 52 | 41 |
| Octal | 136 | 357 | 343 | 75 | 0 | 5 | 6 | 257 | 122 | 101 |
| Binary | 1011110 | 11101111 | 11100011 | 111101 | 0 | 101 | 110 | 10101111 | 1010010 | 1000001 |
Color Harmonies of #5EEFE3
Complementary color
Monochromatic Colors of #5EEFE3
Black with #5EEFE3
Text Example
Text Example
White with #5EEFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFE3; }
p { color: rgb(94,239,227); }
H1.HeaderClassName
{
color: #5EEFE3;
}
.AnyTagClassName
{
color: #5EEFE3;
}
</style>
background-color css
<style>
a { background-color: #5EEFE3; }
a { background-color: rgb(94,239,227); }
div.DivClassName
{
background-color: #5EEFE3;
}
.BgClassName
{
background-color: #5EEFE3;
}
</style>
border-color css
<style>
span { border-color: #5EEFE3; }
span { border-color: rgb(94,239,227); }
td.TdClassName
{
border-color: #5EEFE3;
}
.TagClassName
{
border-color: #5EEFE3;
}
</style>