Shades of Medium Turquoise #5CCFC5
Tints of Medium Turquoise #5CCFC5
RGB
CMYK
RGB Variations
Color information
#5CCFC5 (or 0x5CCFC5) is known color: Medium Turquoise. HEX triplet: 5C, CF and C5. RGB value is (92,207,197). Sum of RGB (Red+Green+Blue) = 92+207+197=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCFC5 is #A3303A. Grayscale: #ABABAB. Windows color (decimal): -10694715 or 12963676. OLE color: 12963676.
HSL color Cylindrical-coordinate representation of color #5CCFC5: hue angle of 174.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCFC5 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 197 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.19 |
| HSL | 174.78º | 0.55% | 0.59% | - |
| HSV(B) | 174.78º | 0.56% | 0.81% | - |
| XYZ | 36.8 | 50.93 | 60.71 | - |
| YUV | 171.48 | 142.4 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 197 | 0.56 | 0 | 0.05 | 0.19 | 174.78 | 0.55 | 0.59 |
| Hex | 5C | CF | C5 | 38 | 0 | 5 | 13 | AF | 37 | 3B |
| Octal | 134 | 317 | 305 | 70 | 0 | 5 | 23 | 257 | 67 | 73 |
| Binary | 1011100 | 11001111 | 11000101 | 111000 | 0 | 101 | 10011 | 10101111 | 110111 | 111011 |
Color Harmonies of #5CCFC5
Complementary color
Monochromatic Colors of #5CCFC5
Black with #5CCFC5
Text Example
Text Example
White with #5CCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCFC5; }
p { color: rgb(92,207,197); }
H1.HeaderClassName
{
color: #5CCFC5;
}
.AnyTagClassName
{
color: #5CCFC5;
}
</style>
background-color css
<style>
a { background-color: #5CCFC5; }
a { background-color: rgb(92,207,197); }
div.DivClassName
{
background-color: #5CCFC5;
}
.BgClassName
{
background-color: #5CCFC5;
}
</style>
border-color css
<style>
span { border-color: #5CCFC5; }
span { border-color: rgb(92,207,197); }
td.TdClassName
{
border-color: #5CCFC5;
}
.TagClassName
{
border-color: #5CCFC5;
}
</style>