Shades of Medium Turquoise #5DCCC7
Tints of Medium Turquoise #5DCCC7
RGB
CMYK
RGB Variations
Color information
#5DCCC7 (or 0x5DCCC7) is known color: Medium Turquoise. HEX triplet: 5D, CC and C7. RGB value is (93,204,199). Sum of RGB (Red+Green+Blue) = 93+204+199=496 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.75% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCC7 is #A23338. Grayscale: #AAAAAA. Windows color (decimal): -10629945 or 13093981. OLE color: 13093981.
HSL color Cylindrical-coordinate representation of color #5DCCC7: hue angle of 177.3º degrees, saturation: 0.52, 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 #5DCCC7 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 199 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.2 |
| HSL | 177.3º | 0.52% | 0.58% | - |
| HSV(B) | 177.3º | 0.54% | 0.8% | - |
| XYZ | 36.42 | 49.64 | 61.69 | - |
| YUV | 170.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 199 | 0.54 | 0 | 0.02 | 0.2 | 177.3 | 0.52 | 0.58 |
| Hex | 5D | CC | C7 | 36 | 0 | 2 | 14 | B1 | 34 | 3A |
| Octal | 135 | 314 | 307 | 66 | 0 | 2 | 24 | 261 | 64 | 72 |
| Binary | 1011101 | 11001100 | 11000111 | 110110 | 0 | 10 | 10100 | 10110001 | 110100 | 111010 |
Color Harmonies of #5DCCC7
Complementary color
Monochromatic Colors of #5DCCC7
Black with #5DCCC7
Text Example
Text Example
White with #5DCCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCC7; }
p { color: rgb(93,204,199); }
H1.HeaderClassName
{
color: #5DCCC7;
}
.AnyTagClassName
{
color: #5DCCC7;
}
</style>
background-color css
<style>
a { background-color: #5DCCC7; }
a { background-color: rgb(93,204,199); }
div.DivClassName
{
background-color: #5DCCC7;
}
.BgClassName
{
background-color: #5DCCC7;
}
</style>
border-color css
<style>
span { border-color: #5DCCC7; }
span { border-color: rgb(93,204,199); }
td.TdClassName
{
border-color: #5DCCC7;
}
.TagClassName
{
border-color: #5DCCC7;
}
</style>