Shades of Medium Turquoise #5DCBCB
Tints of Medium Turquoise #5DCBCB
RGB
CMYK
RGB Variations
Color information
#5DCBCB (or 0x5DCBCB) is known color: Medium Turquoise. HEX triplet: 5D, CB and CB. RGB value is (93,203,203). Sum of RGB (Red+Green+Blue) = 93+203+203=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #5DCBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCBCB is #A23434. Grayscale: #AAAAAA. Windows color (decimal): -10630197 or 13355869. OLE color: 13355869.
HSL color Cylindrical-coordinate representation of color #5DCBCB: hue angle of 180º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCBCB is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 203 | - |
| CMYK | 0.54 | 0 | 0 | 0.20 |
| HSL | 180º | 0.51% | 0.58% | - |
| HSV(B) | 180º | 0.54% | 0.8% | - |
| XYZ | 36.65 | 49.35 | 64.09 | - |
| YUV | 170.11 | 146.56 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 203 | 0.54 | 0 | 0 | 0.20 | 180 | 0.51 | 0.58 |
| Hex | 5D | CB | CB | 36 | 0 | 0 | 14 | B4 | 33 | 3A |
| Octal | 135 | 313 | 313 | 66 | 0 | 0 | 24 | 264 | 63 | 72 |
| Binary | 1011101 | 11001011 | 11001011 | 110110 | 0 | 0 | 10100 | 10110100 | 110011 | 111010 |
Color Harmonies of #5DCBCB
Complementary color
Monochromatic Colors of #5DCBCB
Black with #5DCBCB
Text Example
Text Example
White with #5DCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCBCB; }
p { color: rgb(93,203,203); }
H1.HeaderClassName
{
color: #5DCBCB;
}
.AnyTagClassName
{
color: #5DCBCB;
}
</style>
background-color css
<style>
a { background-color: #5DCBCB; }
a { background-color: rgb(93,203,203); }
div.DivClassName
{
background-color: #5DCBCB;
}
.BgClassName
{
background-color: #5DCBCB;
}
</style>
border-color css
<style>
span { border-color: #5DCBCB; }
span { border-color: rgb(93,203,203); }
td.TdClassName
{
border-color: #5DCBCB;
}
.TagClassName
{
border-color: #5DCBCB;
}
</style>