Shades of Medium Turquoise #5CDDD6
Tints of Medium Turquoise #5CDDD6
RGB
CMYK
RGB Variations
Color information
#5CDDD6 (or 0x5CDDD6) is known color: Medium Turquoise. HEX triplet: 5C, DD and D6. RGB value is (92,221,214). Sum of RGB (Red+Green+Blue) = 92+221+214=527 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.46% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDDD6 is #A32229. Grayscale: #B5B5B5. Windows color (decimal): -10691114 or 14081372. OLE color: 14081372.
HSL color Cylindrical-coordinate representation of color #5CDDD6: hue angle of 176.74º 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 #5CDDD6 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 214 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.13 |
| HSL | 176.74º | 0.65% | 0.61% | - |
| HSV(B) | 176.74º | 0.58% | 0.87% | - |
| XYZ | 42.41 | 58.84 | 72.74 | - |
| YUV | 181.63 | 146.26 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 214 | 0.58 | 0 | 0.03 | 0.13 | 176.74 | 0.65 | 0.61 |
| Hex | 5C | DD | D6 | 3A | 0 | 3 | D | B1 | 41 | 3D |
| Octal | 134 | 335 | 326 | 72 | 0 | 3 | 15 | 261 | 101 | 75 |
| Binary | 1011100 | 11011101 | 11010110 | 111010 | 0 | 11 | 1101 | 10110001 | 1000001 | 111101 |
Color Harmonies of #5CDDD6
Complementary color
Monochromatic Colors of #5CDDD6
Black with #5CDDD6
Text Example
Text Example
White with #5CDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDDD6; }
p { color: rgb(92,221,214); }
H1.HeaderClassName
{
color: #5CDDD6;
}
.AnyTagClassName
{
color: #5CDDD6;
}
</style>
background-color css
<style>
a { background-color: #5CDDD6; }
a { background-color: rgb(92,221,214); }
div.DivClassName
{
background-color: #5CDDD6;
}
.BgClassName
{
background-color: #5CDDD6;
}
</style>
border-color css
<style>
span { border-color: #5CDDD6; }
span { border-color: rgb(92,221,214); }
td.TdClassName
{
border-color: #5CDDD6;
}
.TagClassName
{
border-color: #5CDDD6;
}
</style>