Shades of Turquoise #5FEECE
Tints of Turquoise #5FEECE
RGB
CMYK
RGB Variations
Color information
#5FEECE (or 0x5FEECE) is known color: Turquoise. HEX triplet: 5F, EE and CE. RGB value is (95,238,206). Sum of RGB (Red+Green+Blue) = 95+238+206=539 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.63% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEECE is #A01131. Grayscale: #BFBFBF. Windows color (decimal): -10490162 or 13561439. OLE color: 13561439.
HSL color Cylindrical-coordinate representation of color #5FEECE: hue angle of 166.57º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEECE is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 238 | 206 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.07 |
| HSL | 166.57º | 0.81% | 0.65% | - |
| HSV(B) | 166.57º | 0.6% | 0.93% | - |
| XYZ | 46.43 | 68.04 | 69.08 | - |
| YUV | 191.6 | 136.12 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 238 | 206 | 0.60 | 0 | 0.13 | 0.07 | 166.57 | 0.81 | 0.65 |
| Hex | 5F | EE | CE | 3C | 0 | D | 7 | A7 | 51 | 41 |
| Octal | 137 | 356 | 316 | 74 | 0 | 15 | 7 | 247 | 121 | 101 |
| Binary | 1011111 | 11101110 | 11001110 | 111100 | 0 | 1101 | 111 | 10100111 | 1010001 | 1000001 |
Color Harmonies of #5FEECE
Complementary color
Monochromatic Colors of #5FEECE
Black with #5FEECE
Text Example
Text Example
White with #5FEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEECE; }
p { color: rgb(95,238,206); }
H1.HeaderClassName
{
color: #5FEECE;
}
.AnyTagClassName
{
color: #5FEECE;
}
</style>
background-color css
<style>
a { background-color: #5FEECE; }
a { background-color: rgb(95,238,206); }
div.DivClassName
{
background-color: #5FEECE;
}
.BgClassName
{
background-color: #5FEECE;
}
</style>
border-color css
<style>
span { border-color: #5FEECE; }
span { border-color: rgb(95,238,206); }
td.TdClassName
{
border-color: #5FEECE;
}
.TagClassName
{
border-color: #5FEECE;
}
</style>