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