Shades of Turquoise #5EEFCB
Tints of Turquoise #5EEFCB
RGB
CMYK
RGB Variations
Color information
#5EEFCB (or 0x5EEFCB) is known color: Turquoise. HEX triplet: 5E, EF and CB. RGB value is (94,239,203). Sum of RGB (Red+Green+Blue) = 94+239+203=536 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.54% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFCB is #A11034. Grayscale: #BFBFBF. Windows color (decimal): -10555445 or 13365086. OLE color: 13365086.
HSL color Cylindrical-coordinate representation of color #5EEFCB: hue angle of 165.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 #5EEFCB is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 203 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.06 |
| HSL | 165.1º | 0.82% | 0.65% | - |
| HSV(B) | 165.1º | 0.61% | 0.94% | - |
| XYZ | 46.26 | 68.42 | 67.27 | - |
| YUV | 191.54 | 134.46 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 203 | 0.61 | 0 | 0.15 | 0.06 | 165.1 | 0.82 | 0.65 |
| Hex | 5E | EF | CB | 3D | 0 | F | 6 | A5 | 52 | 41 |
| Octal | 136 | 357 | 313 | 75 | 0 | 17 | 6 | 245 | 122 | 101 |
| Binary | 1011110 | 11101111 | 11001011 | 111101 | 0 | 1111 | 110 | 10100101 | 1010010 | 1000001 |
Color Harmonies of #5EEFCB
Complementary color
Monochromatic Colors of #5EEFCB
Black with #5EEFCB
Text Example
Text Example
White with #5EEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFCB; }
p { color: rgb(94,239,203); }
H1.HeaderClassName
{
color: #5EEFCB;
}
.AnyTagClassName
{
color: #5EEFCB;
}
</style>
background-color css
<style>
a { background-color: #5EEFCB; }
a { background-color: rgb(94,239,203); }
div.DivClassName
{
background-color: #5EEFCB;
}
.BgClassName
{
background-color: #5EEFCB;
}
</style>
border-color css
<style>
span { border-color: #5EEFCB; }
span { border-color: rgb(94,239,203); }
td.TdClassName
{
border-color: #5EEFCB;
}
.TagClassName
{
border-color: #5EEFCB;
}
</style>