Shades of Medium Turquoise #5FCDC9
Tints of Medium Turquoise #5FCDC9
RGB
CMYK
RGB Variations
Color information
#5FCDC9 (or 0x5FCDC9) is known color: Medium Turquoise. HEX triplet: 5F, CD and C9. RGB value is (95,205,201). Sum of RGB (Red+Green+Blue) = 95+205+201=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDC9 is #A03236. Grayscale: #ABABAB. Windows color (decimal): -10498615 or 13225311. OLE color: 13225311.
HSL color Cylindrical-coordinate representation of color #5FCDC9: hue angle of 177.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCDC9 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 201 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.20 |
| HSL | 177.82º | 0.52% | 0.59% | - |
| HSV(B) | 177.82º | 0.54% | 0.8% | - |
| XYZ | 37.09 | 50.31 | 63.01 | - |
| YUV | 171.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 201 | 0.54 | 0 | 0.02 | 0.20 | 177.82 | 0.52 | 0.59 |
| Hex | 5F | CD | C9 | 36 | 0 | 2 | 14 | B2 | 34 | 3B |
| Octal | 137 | 315 | 311 | 66 | 0 | 2 | 24 | 262 | 64 | 73 |
| Binary | 1011111 | 11001101 | 11001001 | 110110 | 0 | 10 | 10100 | 10110010 | 110100 | 111011 |
Color Harmonies of #5FCDC9
Complementary color
Monochromatic Colors of #5FCDC9
Black with #5FCDC9
Text Example
Text Example
White with #5FCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDC9; }
p { color: rgb(95,205,201); }
H1.HeaderClassName
{
color: #5FCDC9;
}
.AnyTagClassName
{
color: #5FCDC9;
}
</style>
background-color css
<style>
a { background-color: #5FCDC9; }
a { background-color: rgb(95,205,201); }
div.DivClassName
{
background-color: #5FCDC9;
}
.BgClassName
{
background-color: #5FCDC9;
}
</style>
border-color css
<style>
span { border-color: #5FCDC9; }
span { border-color: rgb(95,205,201); }
td.TdClassName
{
border-color: #5FCDC9;
}
.TagClassName
{
border-color: #5FCDC9;
}
</style>