Shades of Medium Turquoise #5CCBC7
Tints of Medium Turquoise #5CCBC7
RGB
CMYK
RGB Variations
Color information
#5CCBC7 (or 0x5CCBC7) is known color: Medium Turquoise. HEX triplet: 5C, CB and C7. RGB value is (92,203,199). Sum of RGB (Red+Green+Blue) = 92+203+199=494 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.62% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCBC7 is #A33438. Grayscale: #A9A9A9. Windows color (decimal): -10695737 or 13093724. OLE color: 13093724.
HSL color Cylindrical-coordinate representation of color #5CCBC7: hue angle of 177.84º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCBC7 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 203 | 199 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.20 |
| HSL | 177.84º | 0.52% | 0.58% | - |
| HSV(B) | 177.84º | 0.55% | 0.8% | - |
| XYZ | 36.08 | 49.11 | 61.61 | - |
| YUV | 169.36 | 144.73 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 199 | 0.55 | 0 | 0.02 | 0.20 | 177.84 | 0.52 | 0.58 |
| Hex | 5C | CB | C7 | 37 | 0 | 2 | 14 | B2 | 34 | 3A |
| Octal | 134 | 313 | 307 | 67 | 0 | 2 | 24 | 262 | 64 | 72 |
| Binary | 1011100 | 11001011 | 11000111 | 110111 | 0 | 10 | 10100 | 10110010 | 110100 | 111010 |
Color Harmonies of #5CCBC7
Complementary color
Monochromatic Colors of #5CCBC7
Black with #5CCBC7
Text Example
Text Example
White with #5CCBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCBC7; }
p { color: rgb(92,203,199); }
H1.HeaderClassName
{
color: #5CCBC7;
}
.AnyTagClassName
{
color: #5CCBC7;
}
</style>
background-color css
<style>
a { background-color: #5CCBC7; }
a { background-color: rgb(92,203,199); }
div.DivClassName
{
background-color: #5CCBC7;
}
.BgClassName
{
background-color: #5CCBC7;
}
</style>
border-color css
<style>
span { border-color: #5CCBC7; }
span { border-color: rgb(92,203,199); }
td.TdClassName
{
border-color: #5CCBC7;
}
.TagClassName
{
border-color: #5CCBC7;
}
</style>