Shades of Medium Turquoise #5CCBC8
Tints of Medium Turquoise #5CCBC8
RGB
CMYK
RGB Variations
Color information
#5CCBC8 (or 0x5CCBC8) is known color: Medium Turquoise. HEX triplet: 5C, CB and C8. RGB value is (92,203,200). Sum of RGB (Red+Green+Blue) = 92+203+200=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCBC8 is #A33437. Grayscale: #A9A9A9. Windows color (decimal): -10695736 or 13159260. OLE color: 13159260.
HSL color Cylindrical-coordinate representation of color #5CCBC8: hue angle of 178.38º 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 #5CCBC8 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 203 | 200 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.20 |
| HSL | 178.38º | 0.52% | 0.58% | - |
| HSV(B) | 178.38º | 0.55% | 0.8% | - |
| XYZ | 36.19 | 49.16 | 62.22 | - |
| YUV | 169.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 200 | 0.55 | 0 | 0.01 | 0.20 | 178.38 | 0.52 | 0.58 |
| Hex | 5C | CB | C8 | 37 | 0 | 1 | 14 | B2 | 34 | 3A |
| Octal | 134 | 313 | 310 | 67 | 0 | 1 | 24 | 262 | 64 | 72 |
| Binary | 1011100 | 11001011 | 11001000 | 110111 | 0 | 1 | 10100 | 10110010 | 110100 | 111010 |
Color Harmonies of #5CCBC8
Complementary color
Monochromatic Colors of #5CCBC8
Black with #5CCBC8
Text Example
Text Example
White with #5CCBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCBC8; }
p { color: rgb(92,203,200); }
H1.HeaderClassName
{
color: #5CCBC8;
}
.AnyTagClassName
{
color: #5CCBC8;
}
</style>
background-color css
<style>
a { background-color: #5CCBC8; }
a { background-color: rgb(92,203,200); }
div.DivClassName
{
background-color: #5CCBC8;
}
.BgClassName
{
background-color: #5CCBC8;
}
</style>
border-color css
<style>
span { border-color: #5CCBC8; }
span { border-color: rgb(92,203,200); }
td.TdClassName
{
border-color: #5CCBC8;
}
.TagClassName
{
border-color: #5CCBC8;
}
</style>