Shades of Turquoise #5CEECD
Tints of Turquoise #5CEECD
RGB
CMYK
RGB Variations
Color information
#5CEECD (or 0x5CEECD) is known color: Turquoise. HEX triplet: 5C, EE and CD. RGB value is (92,238,205). Sum of RGB (Red+Green+Blue) = 92+238+205=535 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.20% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #5CEECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEECD is #A31132. Grayscale: #BEBEBE. Windows color (decimal): -10686771 or 13495900. OLE color: 13495900.
HSL color Cylindrical-coordinate representation of color #5CEECD: hue angle of 166.44º degrees, saturation: 0.81, 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 #5CEECD is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 238 | 205 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.07 |
| HSL | 166.44º | 0.81% | 0.65% | - |
| HSV(B) | 166.44º | 0.61% | 0.93% | - |
| XYZ | 46.01 | 67.83 | 68.43 | - |
| YUV | 190.58 | 136.13 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 238 | 205 | 0.61 | 0 | 0.14 | 0.07 | 166.44 | 0.81 | 0.65 |
| Hex | 5C | EE | CD | 3D | 0 | E | 7 | A6 | 51 | 41 |
| Octal | 134 | 356 | 315 | 75 | 0 | 16 | 7 | 246 | 121 | 101 |
| Binary | 1011100 | 11101110 | 11001101 | 111101 | 0 | 1110 | 111 | 10100110 | 1010001 | 1000001 |
Color Harmonies of #5CEECD
Complementary color
Monochromatic Colors of #5CEECD
Black with #5CEECD
Text Example
Text Example
White with #5CEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEECD; }
p { color: rgb(92,238,205); }
H1.HeaderClassName
{
color: #5CEECD;
}
.AnyTagClassName
{
color: #5CEECD;
}
</style>
background-color css
<style>
a { background-color: #5CEECD; }
a { background-color: rgb(92,238,205); }
div.DivClassName
{
background-color: #5CEECD;
}
.BgClassName
{
background-color: #5CEECD;
}
</style>
border-color css
<style>
span { border-color: #5CEECD; }
span { border-color: rgb(92,238,205); }
td.TdClassName
{
border-color: #5CEECD;
}
.TagClassName
{
border-color: #5CEECD;
}
</style>