Shades of Medium Turquoise #5DC9CC
Tints of Medium Turquoise #5DC9CC
RGB
CMYK
RGB Variations
Color information
#5DC9CC (or 0x5DC9CC) is known color: Medium Turquoise. HEX triplet: 5D, C9 and CC. RGB value is (93,201,204). Sum of RGB (Red+Green+Blue) = 93+201+204=498 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.67% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DC9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC9CC is #A23633. Grayscale: #A8A8A8. Windows color (decimal): -10630708 or 13420893. OLE color: 13420893.
HSL color Cylindrical-coordinate representation of color #5DC9CC: hue angle of 181.62º 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 #5DC9CC is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 201 | 204 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.2 |
| HSL | 181.62º | 0.52% | 0.58% | - |
| HSV(B) | 181.62º | 0.54% | 0.8% | - |
| XYZ | 36.3 | 48.46 | 64.57 | - |
| YUV | 169.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 204 | 0.54 | 0.01 | 0 | 0.2 | 181.62 | 0.52 | 0.58 |
| Hex | 5D | C9 | CC | 36 | 1 | 0 | 14 | B6 | 34 | 3A |
| Octal | 135 | 311 | 314 | 66 | 1 | 0 | 24 | 266 | 64 | 72 |
| Binary | 1011101 | 11001001 | 11001100 | 110110 | 1 | 0 | 10100 | 10110110 | 110100 | 111010 |
Color Harmonies of #5DC9CC
Complementary color
Monochromatic Colors of #5DC9CC
Black with #5DC9CC
Text Example
Text Example
White with #5DC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC9CC; }
p { color: rgb(93,201,204); }
H1.HeaderClassName
{
color: #5DC9CC;
}
.AnyTagClassName
{
color: #5DC9CC;
}
</style>
background-color css
<style>
a { background-color: #5DC9CC; }
a { background-color: rgb(93,201,204); }
div.DivClassName
{
background-color: #5DC9CC;
}
.BgClassName
{
background-color: #5DC9CC;
}
</style>
border-color css
<style>
span { border-color: #5DC9CC; }
span { border-color: rgb(93,201,204); }
td.TdClassName
{
border-color: #5DC9CC;
}
.TagClassName
{
border-color: #5DC9CC;
}
</style>