Shades of Medium Turquoise #5CCFCA
Tints of Medium Turquoise #5CCFCA
RGB
CMYK
RGB Variations
Color information
#5CCFCA (or 0x5CCFCA) is known color: Medium Turquoise. HEX triplet: 5C, CF and CA. RGB value is (92,207,202). Sum of RGB (Red+Green+Blue) = 92+207+202=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCFCA is #A33035. Grayscale: #ABABAB. Windows color (decimal): -10694710 or 13291356. OLE color: 13291356.
HSL color Cylindrical-coordinate representation of color #5CCFCA: hue angle of 177.39º 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 #5CCFCA is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 202 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.19 |
| HSL | 177.39º | 0.55% | 0.59% | - |
| HSV(B) | 177.39º | 0.56% | 0.81% | - |
| XYZ | 37.39 | 51.17 | 63.78 | - |
| YUV | 172.05 | 144.9 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 202 | 0.56 | 0 | 0.02 | 0.19 | 177.39 | 0.55 | 0.59 |
| Hex | 5C | CF | CA | 38 | 0 | 2 | 13 | B1 | 37 | 3B |
| Octal | 134 | 317 | 312 | 70 | 0 | 2 | 23 | 261 | 67 | 73 |
| Binary | 1011100 | 11001111 | 11001010 | 111000 | 0 | 10 | 10011 | 10110001 | 110111 | 111011 |
Color Harmonies of #5CCFCA
Complementary color
Monochromatic Colors of #5CCFCA
Black with #5CCFCA
Text Example
Text Example
White with #5CCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCFCA; }
p { color: rgb(92,207,202); }
H1.HeaderClassName
{
color: #5CCFCA;
}
.AnyTagClassName
{
color: #5CCFCA;
}
</style>
background-color css
<style>
a { background-color: #5CCFCA; }
a { background-color: rgb(92,207,202); }
div.DivClassName
{
background-color: #5CCFCA;
}
.BgClassName
{
background-color: #5CCFCA;
}
</style>
border-color css
<style>
span { border-color: #5CCFCA; }
span { border-color: rgb(92,207,202); }
td.TdClassName
{
border-color: #5CCFCA;
}
.TagClassName
{
border-color: #5CCFCA;
}
</style>