Shades of Medium Turquoise #5FCDCB
Tints of Medium Turquoise #5FCDCB
RGB
CMYK
RGB Variations
Color information
#5FCDCB (or 0x5FCDCB) is known color: Medium Turquoise. HEX triplet: 5F, CD and CB. RGB value is (95,205,203). Sum of RGB (Red+Green+Blue) = 95+205+203=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDCB is #A03234. Grayscale: #ABABAB. Windows color (decimal): -10498613 or 13356383. OLE color: 13356383.
HSL color Cylindrical-coordinate representation of color #5FCDCB: hue angle of 178.91º 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 #5FCDCB is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 203 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.20 |
| HSL | 178.91º | 0.52% | 0.59% | - |
| HSV(B) | 178.91º | 0.54% | 0.8% | - |
| XYZ | 37.33 | 50.41 | 64.26 | - |
| YUV | 171.88 | 145.56 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 203 | 0.54 | 0 | 0.01 | 0.20 | 178.91 | 0.52 | 0.59 |
| Hex | 5F | CD | CB | 36 | 0 | 1 | 14 | B3 | 34 | 3B |
| Octal | 137 | 315 | 313 | 66 | 0 | 1 | 24 | 263 | 64 | 73 |
| Binary | 1011111 | 11001101 | 11001011 | 110110 | 0 | 1 | 10100 | 10110011 | 110100 | 111011 |
Color Harmonies of #5FCDCB
Complementary color
Monochromatic Colors of #5FCDCB
Black with #5FCDCB
Text Example
Text Example
White with #5FCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDCB; }
p { color: rgb(95,205,203); }
H1.HeaderClassName
{
color: #5FCDCB;
}
.AnyTagClassName
{
color: #5FCDCB;
}
</style>
background-color css
<style>
a { background-color: #5FCDCB; }
a { background-color: rgb(95,205,203); }
div.DivClassName
{
background-color: #5FCDCB;
}
.BgClassName
{
background-color: #5FCDCB;
}
</style>
border-color css
<style>
span { border-color: #5FCDCB; }
span { border-color: rgb(95,205,203); }
td.TdClassName
{
border-color: #5FCDCB;
}
.TagClassName
{
border-color: #5FCDCB;
}
</style>