Shades of Medium Turquoise #5FCEC9
Tints of Medium Turquoise #5FCEC9
RGB
CMYK
RGB Variations
Color information
#5FCEC9 (or 0x5FCEC9) is known color: Medium Turquoise. HEX triplet: 5F, CE and C9. RGB value is (95,206,201). Sum of RGB (Red+Green+Blue) = 95+206+201=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEC9 is #A03136. Grayscale: #ACACAC. Windows color (decimal): -10498359 or 13225567. OLE color: 13225567.
HSL color Cylindrical-coordinate representation of color #5FCEC9: hue angle of 177.3º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCEC9 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 201 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.19 |
| HSL | 177.3º | 0.53% | 0.59% | - |
| HSV(B) | 177.3º | 0.54% | 0.81% | - |
| XYZ | 37.33 | 50.79 | 63.09 | - |
| YUV | 172.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 201 | 0.54 | 0 | 0.02 | 0.19 | 177.3 | 0.53 | 0.59 |
| Hex | 5F | CE | C9 | 36 | 0 | 2 | 13 | B1 | 35 | 3B |
| Octal | 137 | 316 | 311 | 66 | 0 | 2 | 23 | 261 | 65 | 73 |
| Binary | 1011111 | 11001110 | 11001001 | 110110 | 0 | 10 | 10011 | 10110001 | 110101 | 111011 |
Color Harmonies of #5FCEC9
Complementary color
Monochromatic Colors of #5FCEC9
Black with #5FCEC9
Text Example
Text Example
White with #5FCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEC9; }
p { color: rgb(95,206,201); }
H1.HeaderClassName
{
color: #5FCEC9;
}
.AnyTagClassName
{
color: #5FCEC9;
}
</style>
background-color css
<style>
a { background-color: #5FCEC9; }
a { background-color: rgb(95,206,201); }
div.DivClassName
{
background-color: #5FCEC9;
}
.BgClassName
{
background-color: #5FCEC9;
}
</style>
border-color css
<style>
span { border-color: #5FCEC9; }
span { border-color: rgb(95,206,201); }
td.TdClassName
{
border-color: #5FCEC9;
}
.TagClassName
{
border-color: #5FCEC9;
}
</style>