Shades of Medium Turquoise #5FCCCB
Tints of Medium Turquoise #5FCCCB
RGB
CMYK
RGB Variations
Color information
#5FCCCB (or 0x5FCCCB) is known color: Medium Turquoise. HEX triplet: 5F, CC and CB. RGB value is (95,204,203). Sum of RGB (Red+Green+Blue) = 95+204+203=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCCB is #A03334. Grayscale: #ABABAB. Windows color (decimal): -10498869 or 13356127. OLE color: 13356127.
HSL color Cylindrical-coordinate representation of color #5FCCCB: hue angle of 179.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCCCB is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 203 | - |
| CMYK | 0.53 | 0 | 0.00 | 0.2 |
| HSL | 179.45º | 0.52% | 0.59% | - |
| HSV(B) | 179.45º | 0.53% | 0.8% | - |
| XYZ | 37.09 | 49.93 | 64.18 | - |
| YUV | 171.3 | 145.89 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 203 | 0.53 | 0 | 0.00 | 0.2 | 179.45 | 0.52 | 0.59 |
| Hex | 5F | CC | CB | 35 | 0 | 0 | 14 | B3 | 34 | 3B |
| Octal | 137 | 314 | 313 | 65 | 0 | 0 | 24 | 263 | 64 | 73 |
| Binary | 1011111 | 11001100 | 11001011 | 110101 | 0 | 0 | 10100 | 10110011 | 110100 | 111011 |
Color Harmonies of #5FCCCB
Complementary color
Monochromatic Colors of #5FCCCB
Black with #5FCCCB
Text Example
Text Example
White with #5FCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCCB; }
p { color: rgb(95,204,203); }
H1.HeaderClassName
{
color: #5FCCCB;
}
.AnyTagClassName
{
color: #5FCCCB;
}
</style>
background-color css
<style>
a { background-color: #5FCCCB; }
a { background-color: rgb(95,204,203); }
div.DivClassName
{
background-color: #5FCCCB;
}
.BgClassName
{
background-color: #5FCCCB;
}
</style>
border-color css
<style>
span { border-color: #5FCCCB; }
span { border-color: rgb(95,204,203); }
td.TdClassName
{
border-color: #5FCCCB;
}
.TagClassName
{
border-color: #5FCCCB;
}
</style>