Shades of Medium Turquoise #5CCBC6
Tints of Medium Turquoise #5CCBC6
RGB
CMYK
RGB Variations
Color information
#5CCBC6 (or 0x5CCBC6) is known color: Medium Turquoise. HEX triplet: 5C, CB and C6. RGB value is (92,203,198). Sum of RGB (Red+Green+Blue) = 92+203+198=493 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.66% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCBC6 is #A33439. Grayscale: #A9A9A9. Windows color (decimal): -10695738 or 13028188. OLE color: 13028188.
HSL color Cylindrical-coordinate representation of color #5CCBC6: hue angle of 177.3º 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 #5CCBC6 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 203 | 198 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.20 |
| HSL | 177.3º | 0.52% | 0.58% | - |
| HSV(B) | 177.3º | 0.55% | 0.8% | - |
| XYZ | 35.96 | 49.06 | 61 | - |
| YUV | 169.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 198 | 0.55 | 0 | 0.02 | 0.20 | 177.3 | 0.52 | 0.58 |
| Hex | 5C | CB | C6 | 37 | 0 | 2 | 14 | B1 | 34 | 3A |
| Octal | 134 | 313 | 306 | 67 | 0 | 2 | 24 | 261 | 64 | 72 |
| Binary | 1011100 | 11001011 | 11000110 | 110111 | 0 | 10 | 10100 | 10110001 | 110100 | 111010 |
Color Harmonies of #5CCBC6
Complementary color
Monochromatic Colors of #5CCBC6
Black with #5CCBC6
Text Example
Text Example
White with #5CCBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCBC6; }
p { color: rgb(92,203,198); }
H1.HeaderClassName
{
color: #5CCBC6;
}
.AnyTagClassName
{
color: #5CCBC6;
}
</style>
background-color css
<style>
a { background-color: #5CCBC6; }
a { background-color: rgb(92,203,198); }
div.DivClassName
{
background-color: #5CCBC6;
}
.BgClassName
{
background-color: #5CCBC6;
}
</style>
border-color css
<style>
span { border-color: #5CCBC6; }
span { border-color: rgb(92,203,198); }
td.TdClassName
{
border-color: #5CCBC6;
}
.TagClassName
{
border-color: #5CCBC6;
}
</style>