Shades of Turquoise #5EEFD5
Tints of Turquoise #5EEFD5
RGB
CMYK
RGB Variations
Color information
#5EEFD5 (or 0x5EEFD5) is known color: Turquoise. HEX triplet: 5E, EF and D5. RGB value is (94,239,213). Sum of RGB (Red+Green+Blue) = 94+239+213=546 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.22% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFD5 is #A1102A. Grayscale: #C0C0C0. Windows color (decimal): -10555435 or 14020446. OLE color: 14020446.
HSL color Cylindrical-coordinate representation of color #5EEFD5: hue angle of 169.24º 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 #5EEFD5 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 213 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.06 |
| HSL | 169.24º | 0.82% | 0.65% | - |
| HSV(B) | 169.24º | 0.61% | 0.94% | - |
| XYZ | 47.49 | 68.92 | 73.75 | - |
| YUV | 192.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 213 | 0.61 | 0 | 0.11 | 0.06 | 169.24 | 0.82 | 0.65 |
| Hex | 5E | EF | D5 | 3D | 0 | B | 6 | A9 | 52 | 41 |
| Octal | 136 | 357 | 325 | 75 | 0 | 13 | 6 | 251 | 122 | 101 |
| Binary | 1011110 | 11101111 | 11010101 | 111101 | 0 | 1011 | 110 | 10101001 | 1010010 | 1000001 |
Color Harmonies of #5EEFD5
Complementary color
Monochromatic Colors of #5EEFD5
Black with #5EEFD5
Text Example
Text Example
White with #5EEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFD5; }
p { color: rgb(94,239,213); }
H1.HeaderClassName
{
color: #5EEFD5;
}
.AnyTagClassName
{
color: #5EEFD5;
}
</style>
background-color css
<style>
a { background-color: #5EEFD5; }
a { background-color: rgb(94,239,213); }
div.DivClassName
{
background-color: #5EEFD5;
}
.BgClassName
{
background-color: #5EEFD5;
}
</style>
border-color css
<style>
span { border-color: #5EEFD5; }
span { border-color: rgb(94,239,213); }
td.TdClassName
{
border-color: #5EEFD5;
}
.TagClassName
{
border-color: #5EEFD5;
}
</style>