Shades of Medium Turquoise #5CCACE
Tints of Medium Turquoise #5CCACE
RGB
CMYK
RGB Variations
Color information
#5CCACE (or 0x5CCACE) is known color: Medium Turquoise. HEX triplet: 5C, CA and CE. RGB value is (92,202,206). Sum of RGB (Red+Green+Blue) = 92+202+206=500 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.4% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #5CCACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCACE is #A33531. Grayscale: #A9A9A9. Windows color (decimal): -10695986 or 13552220. OLE color: 13552220.
HSL color Cylindrical-coordinate representation of color #5CCACE: hue angle of 182.11º 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 #5CCACE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 202 | 206 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.19 |
| HSL | 182.11º | 0.54% | 0.58% | - |
| HSV(B) | 182.11º | 0.55% | 0.81% | - |
| XYZ | 36.67 | 48.97 | 65.91 | - |
| YUV | 169.57 | 148.56 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 206 | 0.55 | 0.02 | 0 | 0.19 | 182.11 | 0.54 | 0.58 |
| Hex | 5C | CA | CE | 37 | 2 | 0 | 13 | B6 | 36 | 3A |
| Octal | 134 | 312 | 316 | 67 | 2 | 0 | 23 | 266 | 66 | 72 |
| Binary | 1011100 | 11001010 | 11001110 | 110111 | 10 | 0 | 10011 | 10110110 | 110110 | 111010 |
Color Harmonies of #5CCACE
Complementary color
Monochromatic Colors of #5CCACE
Black with #5CCACE
Text Example
Text Example
White with #5CCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCACE; }
p { color: rgb(92,202,206); }
H1.HeaderClassName
{
color: #5CCACE;
}
.AnyTagClassName
{
color: #5CCACE;
}
</style>
background-color css
<style>
a { background-color: #5CCACE; }
a { background-color: rgb(92,202,206); }
div.DivClassName
{
background-color: #5CCACE;
}
.BgClassName
{
background-color: #5CCACE;
}
</style>
border-color css
<style>
span { border-color: #5CCACE; }
span { border-color: rgb(92,202,206); }
td.TdClassName
{
border-color: #5CCACE;
}
.TagClassName
{
border-color: #5CCACE;
}
</style>