Shades of Medium Turquoise #5CCACB
Tints of Medium Turquoise #5CCACB
RGB
CMYK
RGB Variations
Color information
#5CCACB (or 0x5CCACB) is known color: Medium Turquoise. HEX triplet: 5C, CA and CB. RGB value is (92,202,203). Sum of RGB (Red+Green+Blue) = 92+202+203=497 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.51% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #5CCACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCACB is #A33534. Grayscale: #A9A9A9. Windows color (decimal): -10695989 or 13355612. OLE color: 13355612.
HSL color Cylindrical-coordinate representation of color #5CCACB: hue angle of 180.54º 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 #5CCACB is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 202 | 203 | - |
| CMYK | 0.55 | 0.00 | 0 | 0.20 |
| HSL | 180.54º | 0.52% | 0.58% | - |
| HSV(B) | 180.54º | 0.55% | 0.8% | - |
| XYZ | 36.31 | 48.83 | 64.01 | - |
| YUV | 169.22 | 147.06 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 203 | 0.55 | 0.00 | 0 | 0.20 | 180.54 | 0.52 | 0.58 |
| Hex | 5C | CA | CB | 37 | 0 | 0 | 14 | B5 | 34 | 3A |
| Octal | 134 | 312 | 313 | 67 | 0 | 0 | 24 | 265 | 64 | 72 |
| Binary | 1011100 | 11001010 | 11001011 | 110111 | 0 | 0 | 10100 | 10110101 | 110100 | 111010 |
Color Harmonies of #5CCACB
Complementary color
Monochromatic Colors of #5CCACB
Black with #5CCACB
Text Example
Text Example
White with #5CCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCACB; }
p { color: rgb(92,202,203); }
H1.HeaderClassName
{
color: #5CCACB;
}
.AnyTagClassName
{
color: #5CCACB;
}
</style>
background-color css
<style>
a { background-color: #5CCACB; }
a { background-color: rgb(92,202,203); }
div.DivClassName
{
background-color: #5CCACB;
}
.BgClassName
{
background-color: #5CCACB;
}
</style>
border-color css
<style>
span { border-color: #5CCACB; }
span { border-color: rgb(92,202,203); }
td.TdClassName
{
border-color: #5CCACB;
}
.TagClassName
{
border-color: #5CCACB;
}
</style>