Shades of Medium Turquoise #5DCFCA
Tints of Medium Turquoise #5DCFCA
RGB
CMYK
RGB Variations
Color information
#5DCFCA (or 0x5DCFCA) is known color: Medium Turquoise. HEX triplet: 5D, CF and CA. RGB value is (93,207,202). Sum of RGB (Red+Green+Blue) = 93+207+202=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCFCA is #A23035. Grayscale: #ACACAC. Windows color (decimal): -10629174 or 13291357. OLE color: 13291357.
HSL color Cylindrical-coordinate representation of color #5DCFCA: hue angle of 177.37º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCFCA is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 202 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.19 |
| HSL | 177.37º | 0.54% | 0.59% | - |
| HSV(B) | 177.37º | 0.55% | 0.81% | - |
| XYZ | 37.49 | 51.22 | 63.79 | - |
| YUV | 172.34 | 144.73 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 202 | 0.55 | 0 | 0.02 | 0.19 | 177.37 | 0.54 | 0.59 |
| Hex | 5D | CF | CA | 37 | 0 | 2 | 13 | B1 | 36 | 3B |
| Octal | 135 | 317 | 312 | 67 | 0 | 2 | 23 | 261 | 66 | 73 |
| Binary | 1011101 | 11001111 | 11001010 | 110111 | 0 | 10 | 10011 | 10110001 | 110110 | 111011 |
Color Harmonies of #5DCFCA
Complementary color
Monochromatic Colors of #5DCFCA
Black with #5DCFCA
Text Example
Text Example
White with #5DCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFCA; }
p { color: rgb(93,207,202); }
H1.HeaderClassName
{
color: #5DCFCA;
}
.AnyTagClassName
{
color: #5DCFCA;
}
</style>
background-color css
<style>
a { background-color: #5DCFCA; }
a { background-color: rgb(93,207,202); }
div.DivClassName
{
background-color: #5DCFCA;
}
.BgClassName
{
background-color: #5DCFCA;
}
</style>
border-color css
<style>
span { border-color: #5DCFCA; }
span { border-color: rgb(93,207,202); }
td.TdClassName
{
border-color: #5DCFCA;
}
.TagClassName
{
border-color: #5DCFCA;
}
</style>