Shades of Medium Turquoise #5CCEC4
Tints of Medium Turquoise #5CCEC4
RGB
CMYK
RGB Variations
Color information
#5CCEC4 (or 0x5CCEC4) is known color: Medium Turquoise. HEX triplet: 5C, CE and C4. RGB value is (92,206,196). Sum of RGB (Red+Green+Blue) = 92+206+196=494 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.62% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #5CCEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCEC4 is #A3313B. Grayscale: #AAAAAA. Windows color (decimal): -10694972 or 12897884. OLE color: 12897884.
HSL color Cylindrical-coordinate representation of color #5CCEC4: hue angle of 174.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCEC4 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 206 | 196 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.19 |
| HSL | 174.74º | 0.54% | 0.58% | - |
| HSV(B) | 174.74º | 0.55% | 0.81% | - |
| XYZ | 36.45 | 50.4 | 60.03 | - |
| YUV | 170.77 | 142.23 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 196 | 0.55 | 0 | 0.05 | 0.19 | 174.74 | 0.54 | 0.58 |
| Hex | 5C | CE | C4 | 37 | 0 | 5 | 13 | AF | 36 | 3A |
| Octal | 134 | 316 | 304 | 67 | 0 | 5 | 23 | 257 | 66 | 72 |
| Binary | 1011100 | 11001110 | 11000100 | 110111 | 0 | 101 | 10011 | 10101111 | 110110 | 111010 |
Color Harmonies of #5CCEC4
Complementary color
Monochromatic Colors of #5CCEC4
Black with #5CCEC4
Text Example
Text Example
White with #5CCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEC4; }
p { color: rgb(92,206,196); }
H1.HeaderClassName
{
color: #5CCEC4;
}
.AnyTagClassName
{
color: #5CCEC4;
}
</style>
background-color css
<style>
a { background-color: #5CCEC4; }
a { background-color: rgb(92,206,196); }
div.DivClassName
{
background-color: #5CCEC4;
}
.BgClassName
{
background-color: #5CCEC4;
}
</style>
border-color css
<style>
span { border-color: #5CCEC4; }
span { border-color: rgb(92,206,196); }
td.TdClassName
{
border-color: #5CCEC4;
}
.TagClassName
{
border-color: #5CCEC4;
}
</style>