Shades of Medium Turquoise #5FCBCE
Tints of Medium Turquoise #5FCBCE
RGB
CMYK
RGB Variations
Color information
#5FCBCE (or 0x5FCBCE) is known color: Medium Turquoise. HEX triplet: 5F, CB and CE. RGB value is (95,203,206). Sum of RGB (Red+Green+Blue) = 95+203+206=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #5FCBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBCE is #A03431. Grayscale: #AAAAAA. Windows color (decimal): -10499122 or 13552479. OLE color: 13552479.
HSL color Cylindrical-coordinate representation of color #5FCBCE: hue angle of 181.62º 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 #5FCBCE is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 203 | 206 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.19 |
| HSL | 181.62º | 0.53% | 0.59% | - |
| HSV(B) | 181.62º | 0.54% | 0.81% | - |
| XYZ | 37.22 | 49.6 | 66 | - |
| YUV | 171.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 206 | 0.54 | 0.01 | 0 | 0.19 | 181.62 | 0.53 | 0.59 |
| Hex | 5F | CB | CE | 36 | 1 | 0 | 13 | B6 | 35 | 3B |
| Octal | 137 | 313 | 316 | 66 | 1 | 0 | 23 | 266 | 65 | 73 |
| Binary | 1011111 | 11001011 | 11001110 | 110110 | 1 | 0 | 10011 | 10110110 | 110101 | 111011 |
Color Harmonies of #5FCBCE
Complementary color
Monochromatic Colors of #5FCBCE
Black with #5FCBCE
Text Example
Text Example
White with #5FCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCBCE; }
p { color: rgb(95,203,206); }
H1.HeaderClassName
{
color: #5FCBCE;
}
.AnyTagClassName
{
color: #5FCBCE;
}
</style>
background-color css
<style>
a { background-color: #5FCBCE; }
a { background-color: rgb(95,203,206); }
div.DivClassName
{
background-color: #5FCBCE;
}
.BgClassName
{
background-color: #5FCBCE;
}
</style>
border-color css
<style>
span { border-color: #5FCBCE; }
span { border-color: rgb(95,203,206); }
td.TdClassName
{
border-color: #5FCBCE;
}
.TagClassName
{
border-color: #5FCBCE;
}
</style>