Shades of Turquoise #5CEDCD
Tints of Turquoise #5CEDCD
RGB
CMYK
RGB Variations
Color information
#5CEDCD (or 0x5CEDCD) is known color: Turquoise. HEX triplet: 5C, ED and CD. RGB value is (92,237,205). Sum of RGB (Red+Green+Blue) = 92+237+205=534 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.23% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #5CEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEDCD is #A31232. Grayscale: #BDBDBD. Windows color (decimal): -10687027 or 13495644. OLE color: 13495644.
HSL color Cylindrical-coordinate representation of color #5CEDCD: hue angle of 166.76º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEDCD is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 237 | 205 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.07 |
| HSL | 166.76º | 0.8% | 0.65% | - |
| HSV(B) | 166.76º | 0.61% | 0.93% | - |
| XYZ | 45.72 | 67.25 | 68.33 | - |
| YUV | 190 | 136.46 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 237 | 205 | 0.61 | 0 | 0.14 | 0.07 | 166.76 | 0.8 | 0.65 |
| Hex | 5C | ED | CD | 3D | 0 | E | 7 | A7 | 50 | 41 |
| Octal | 134 | 355 | 315 | 75 | 0 | 16 | 7 | 247 | 120 | 101 |
| Binary | 1011100 | 11101101 | 11001101 | 111101 | 0 | 1110 | 111 | 10100111 | 1010000 | 1000001 |
Color Harmonies of #5CEDCD
Complementary color
Monochromatic Colors of #5CEDCD
Black with #5CEDCD
Text Example
Text Example
White with #5CEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEDCD; }
p { color: rgb(92,237,205); }
H1.HeaderClassName
{
color: #5CEDCD;
}
.AnyTagClassName
{
color: #5CEDCD;
}
</style>
background-color css
<style>
a { background-color: #5CEDCD; }
a { background-color: rgb(92,237,205); }
div.DivClassName
{
background-color: #5CEDCD;
}
.BgClassName
{
background-color: #5CEDCD;
}
</style>
border-color css
<style>
span { border-color: #5CEDCD; }
span { border-color: rgb(92,237,205); }
td.TdClassName
{
border-color: #5CEDCD;
}
.TagClassName
{
border-color: #5CEDCD;
}
</style>