Shades of Medium Turquoise #5CDDD0
Tints of Medium Turquoise #5CDDD0
RGB
CMYK
RGB Variations
Color information
#5CDDD0 (or 0x5CDDD0) is known color: Medium Turquoise. HEX triplet: 5C, DD and D0. RGB value is (92,221,208). Sum of RGB (Red+Green+Blue) = 92+221+208=521 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.66% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDDD0 is #A3222F. Grayscale: #B4B4B4. Windows color (decimal): -10691120 or 13688156. OLE color: 13688156.
HSL color Cylindrical-coordinate representation of color #5CDDD0: hue angle of 173.95º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDDD0 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 208 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.13 |
| HSL | 173.95º | 0.65% | 0.61% | - |
| HSV(B) | 173.95º | 0.58% | 0.87% | - |
| XYZ | 41.66 | 58.54 | 68.78 | - |
| YUV | 180.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 208 | 0.58 | 0 | 0.06 | 0.13 | 173.95 | 0.65 | 0.61 |
| Hex | 5C | DD | D0 | 3A | 0 | 6 | D | AE | 41 | 3D |
| Octal | 134 | 335 | 320 | 72 | 0 | 6 | 15 | 256 | 101 | 75 |
| Binary | 1011100 | 11011101 | 11010000 | 111010 | 0 | 110 | 1101 | 10101110 | 1000001 | 111101 |
Color Harmonies of #5CDDD0
Complementary color
Monochromatic Colors of #5CDDD0
Black with #5CDDD0
Text Example
Text Example
White with #5CDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDDD0; }
p { color: rgb(92,221,208); }
H1.HeaderClassName
{
color: #5CDDD0;
}
.AnyTagClassName
{
color: #5CDDD0;
}
</style>
background-color css
<style>
a { background-color: #5CDDD0; }
a { background-color: rgb(92,221,208); }
div.DivClassName
{
background-color: #5CDDD0;
}
.BgClassName
{
background-color: #5CDDD0;
}
</style>
border-color css
<style>
span { border-color: #5CDDD0; }
span { border-color: rgb(92,221,208); }
td.TdClassName
{
border-color: #5CDDD0;
}
.TagClassName
{
border-color: #5CDDD0;
}
</style>