Shades of Medium Turquoise #5DCFCB
Tints of Medium Turquoise #5DCFCB
RGB
CMYK
RGB Variations
Color information
#5DCFCB (or 0x5DCFCB) is known color: Medium Turquoise. HEX triplet: 5D, CF and CB. RGB value is (93,207,203). Sum of RGB (Red+Green+Blue) = 93+207+203=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCFCB is #A23034. Grayscale: #ACACAC. Windows color (decimal): -10629173 or 13356893. OLE color: 13356893.
HSL color Cylindrical-coordinate representation of color #5DCFCB: hue angle of 177.89º 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 #5DCFCB is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 203 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.19 |
| HSL | 177.89º | 0.54% | 0.59% | - |
| HSV(B) | 177.89º | 0.55% | 0.81% | - |
| XYZ | 37.61 | 51.26 | 64.41 | - |
| YUV | 172.46 | 145.23 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 203 | 0.55 | 0 | 0.02 | 0.19 | 177.89 | 0.54 | 0.59 |
| Hex | 5D | CF | CB | 37 | 0 | 2 | 13 | B2 | 36 | 3B |
| Octal | 135 | 317 | 313 | 67 | 0 | 2 | 23 | 262 | 66 | 73 |
| Binary | 1011101 | 11001111 | 11001011 | 110111 | 0 | 10 | 10011 | 10110010 | 110110 | 111011 |
Color Harmonies of #5DCFCB
Complementary color
Monochromatic Colors of #5DCFCB
Black with #5DCFCB
Text Example
Text Example
White with #5DCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFCB; }
p { color: rgb(93,207,203); }
H1.HeaderClassName
{
color: #5DCFCB;
}
.AnyTagClassName
{
color: #5DCFCB;
}
</style>
background-color css
<style>
a { background-color: #5DCFCB; }
a { background-color: rgb(93,207,203); }
div.DivClassName
{
background-color: #5DCFCB;
}
.BgClassName
{
background-color: #5DCFCB;
}
</style>
border-color css
<style>
span { border-color: #5DCFCB; }
span { border-color: rgb(93,207,203); }
td.TdClassName
{
border-color: #5DCFCB;
}
.TagClassName
{
border-color: #5DCFCB;
}
</style>