Shades of Medium Turquoise #5CD9D2
Tints of Medium Turquoise #5CD9D2
RGB
CMYK
RGB Variations
Color information
#5CD9D2 (or 0x5CD9D2) is known color: Medium Turquoise. HEX triplet: 5C, D9 and D2. RGB value is (92,217,210). Sum of RGB (Red+Green+Blue) = 92+217+210=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD9D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD9D2 is #A3262D. Grayscale: #B2B2B2. Windows color (decimal): -10692142 or 13818204. OLE color: 13818204.
HSL color Cylindrical-coordinate representation of color #5CD9D2: hue angle of 176.64º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CD9D2 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 217 | 210 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.15 |
| HSL | 176.64º | 0.62% | 0.61% | - |
| HSV(B) | 176.64º | 0.58% | 0.85% | - |
| XYZ | 40.86 | 56.55 | 69.74 | - |
| YUV | 178.83 | 145.59 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 217 | 210 | 0.58 | 0 | 0.03 | 0.15 | 176.64 | 0.62 | 0.61 |
| Hex | 5C | D9 | D2 | 3A | 0 | 3 | F | B1 | 3E | 3D |
| Octal | 134 | 331 | 322 | 72 | 0 | 3 | 17 | 261 | 76 | 75 |
| Binary | 1011100 | 11011001 | 11010010 | 111010 | 0 | 11 | 1111 | 10110001 | 111110 | 111101 |
Color Harmonies of #5CD9D2
Complementary color
Monochromatic Colors of #5CD9D2
Black with #5CD9D2
Text Example
Text Example
White with #5CD9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD9D2; }
p { color: rgb(92,217,210); }
H1.HeaderClassName
{
color: #5CD9D2;
}
.AnyTagClassName
{
color: #5CD9D2;
}
</style>
background-color css
<style>
a { background-color: #5CD9D2; }
a { background-color: rgb(92,217,210); }
div.DivClassName
{
background-color: #5CD9D2;
}
.BgClassName
{
background-color: #5CD9D2;
}
</style>
border-color css
<style>
span { border-color: #5CD9D2; }
span { border-color: rgb(92,217,210); }
td.TdClassName
{
border-color: #5CD9D2;
}
.TagClassName
{
border-color: #5CD9D2;
}
</style>