Shades of Medium Turquoise #5CDED3
Tints of Medium Turquoise #5CDED3
RGB
CMYK
RGB Variations
Color information
#5CDED3 (or 0x5CDED3) is known color: Medium Turquoise. HEX triplet: 5C, DE and D3. RGB value is (92,222,211). Sum of RGB (Red+Green+Blue) = 92+222+211=525 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.52% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDED3 is #A3212C. Grayscale: #B5B5B5. Windows color (decimal): -10690861 or 13885020. OLE color: 13885020.
HSL color Cylindrical-coordinate representation of color #5CDED3: hue angle of 174.92º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDED3 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 222 | 211 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.13 |
| HSL | 174.92º | 0.66% | 0.62% | - |
| HSV(B) | 174.92º | 0.59% | 0.87% | - |
| XYZ | 42.29 | 59.22 | 70.83 | - |
| YUV | 181.88 | 144.43 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 222 | 211 | 0.59 | 0 | 0.05 | 0.13 | 174.92 | 0.66 | 0.62 |
| Hex | 5C | DE | D3 | 3B | 0 | 5 | D | AF | 42 | 3E |
| Octal | 134 | 336 | 323 | 73 | 0 | 5 | 15 | 257 | 102 | 76 |
| Binary | 1011100 | 11011110 | 11010011 | 111011 | 0 | 101 | 1101 | 10101111 | 1000010 | 111110 |
Color Harmonies of #5CDED3
Complementary color
Monochromatic Colors of #5CDED3
Black with #5CDED3
Text Example
Text Example
White with #5CDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDED3; }
p { color: rgb(92,222,211); }
H1.HeaderClassName
{
color: #5CDED3;
}
.AnyTagClassName
{
color: #5CDED3;
}
</style>
background-color css
<style>
a { background-color: #5CDED3; }
a { background-color: rgb(92,222,211); }
div.DivClassName
{
background-color: #5CDED3;
}
.BgClassName
{
background-color: #5CDED3;
}
</style>
border-color css
<style>
span { border-color: #5CDED3; }
span { border-color: rgb(92,222,211); }
td.TdClassName
{
border-color: #5CDED3;
}
.TagClassName
{
border-color: #5CDED3;
}
</style>