Shades of Medium Turquoise #5CE0CC
Tints of Medium Turquoise #5CE0CC
RGB
CMYK
RGB Variations
Color information
#5CE0CC (or 0x5CE0CC) is known color: Medium Turquoise. HEX triplet: 5C, E0 and CC. RGB value is (92,224,204). Sum of RGB (Red+Green+Blue) = 92+224+204=520 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.69% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #5CE0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE0CC is #A31F33. Grayscale: #B6B6B6. Windows color (decimal): -10690356 or 13426780. OLE color: 13426780.
HSL color Cylindrical-coordinate representation of color #5CE0CC: hue angle of 170.91º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CE0CC is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 224 | 204 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.12 |
| HSL | 170.91º | 0.68% | 0.62% | - |
| HSV(B) | 170.91º | 0.59% | 0.88% | - |
| XYZ | 41.97 | 59.95 | 66.49 | - |
| YUV | 182.25 | 140.27 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 224 | 204 | 0.59 | 0 | 0.09 | 0.12 | 170.91 | 0.68 | 0.62 |
| Hex | 5C | E0 | CC | 3B | 0 | 9 | C | AB | 44 | 3E |
| Octal | 134 | 340 | 314 | 73 | 0 | 11 | 14 | 253 | 104 | 76 |
| Binary | 1011100 | 11100000 | 11001100 | 111011 | 0 | 1001 | 1100 | 10101011 | 1000100 | 111110 |
Color Harmonies of #5CE0CC
Complementary color
Monochromatic Colors of #5CE0CC
Black with #5CE0CC
Text Example
Text Example
White with #5CE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE0CC; }
p { color: rgb(92,224,204); }
H1.HeaderClassName
{
color: #5CE0CC;
}
.AnyTagClassName
{
color: #5CE0CC;
}
</style>
background-color css
<style>
a { background-color: #5CE0CC; }
a { background-color: rgb(92,224,204); }
div.DivClassName
{
background-color: #5CE0CC;
}
.BgClassName
{
background-color: #5CE0CC;
}
</style>
border-color css
<style>
span { border-color: #5CE0CC; }
span { border-color: rgb(92,224,204); }
td.TdClassName
{
border-color: #5CE0CC;
}
.TagClassName
{
border-color: #5CE0CC;
}
</style>