Shades of Turquoise #5CEECC
Tints of Turquoise #5CEECC
RGB
CMYK
RGB Variations
Color information
#5CEECC (or 0x5CEECC) is known color: Turquoise. HEX triplet: 5C, EE and CC. RGB value is (92,238,204). Sum of RGB (Red+Green+Blue) = 92+238+204=534 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.23% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #5CEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEECC is #A31133. Grayscale: #BEBEBE. Windows color (decimal): -10686772 or 13430364. OLE color: 13430364.
HSL color Cylindrical-coordinate representation of color #5CEECC: hue angle of 166.03º 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 #5CEECC is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 238 | 204 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.07 |
| HSL | 166.03º | 0.81% | 0.65% | - |
| HSV(B) | 166.03º | 0.61% | 0.93% | - |
| XYZ | 45.89 | 67.78 | 67.79 | - |
| YUV | 190.47 | 135.63 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 238 | 204 | 0.61 | 0 | 0.14 | 0.07 | 166.03 | 0.81 | 0.65 |
| Hex | 5C | EE | CC | 3D | 0 | E | 7 | A6 | 51 | 41 |
| Octal | 134 | 356 | 314 | 75 | 0 | 16 | 7 | 246 | 121 | 101 |
| Binary | 1011100 | 11101110 | 11001100 | 111101 | 0 | 1110 | 111 | 10100110 | 1010001 | 1000001 |
Color Harmonies of #5CEECC
Complementary color
Monochromatic Colors of #5CEECC
Black with #5CEECC
Text Example
Text Example
White with #5CEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEECC; }
p { color: rgb(92,238,204); }
H1.HeaderClassName
{
color: #5CEECC;
}
.AnyTagClassName
{
color: #5CEECC;
}
</style>
background-color css
<style>
a { background-color: #5CEECC; }
a { background-color: rgb(92,238,204); }
div.DivClassName
{
background-color: #5CEECC;
}
.BgClassName
{
background-color: #5CEECC;
}
</style>
border-color css
<style>
span { border-color: #5CEECC; }
span { border-color: rgb(92,238,204); }
td.TdClassName
{
border-color: #5CEECC;
}
.TagClassName
{
border-color: #5CEECC;
}
</style>