Shades of Turquoise #5CEECE
Tints of Turquoise #5CEECE
RGB
CMYK
RGB Variations
Color information
#5CEECE (or 0x5CEECE) is known color: Turquoise. HEX triplet: 5C, EE and CE. RGB value is (92,238,206). Sum of RGB (Red+Green+Blue) = 92+238+206=536 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.16% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #5CEECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEECE is #A31131. Grayscale: #BEBEBE. Windows color (decimal): -10686770 or 13561436. OLE color: 13561436.
HSL color Cylindrical-coordinate representation of color #5CEECE: hue angle of 166.85º 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 #5CEECE is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 238 | 206 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.07 |
| HSL | 166.85º | 0.81% | 0.65% | - |
| HSV(B) | 166.85º | 0.61% | 0.93% | - |
| XYZ | 46.13 | 67.88 | 69.06 | - |
| YUV | 190.7 | 136.63 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 238 | 206 | 0.61 | 0 | 0.13 | 0.07 | 166.85 | 0.81 | 0.65 |
| Hex | 5C | EE | CE | 3D | 0 | D | 7 | A7 | 51 | 41 |
| Octal | 134 | 356 | 316 | 75 | 0 | 15 | 7 | 247 | 121 | 101 |
| Binary | 1011100 | 11101110 | 11001110 | 111101 | 0 | 1101 | 111 | 10100111 | 1010001 | 1000001 |
Color Harmonies of #5CEECE
Complementary color
Monochromatic Colors of #5CEECE
Black with #5CEECE
Text Example
Text Example
White with #5CEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEECE; }
p { color: rgb(92,238,206); }
H1.HeaderClassName
{
color: #5CEECE;
}
.AnyTagClassName
{
color: #5CEECE;
}
</style>
background-color css
<style>
a { background-color: #5CEECE; }
a { background-color: rgb(92,238,206); }
div.DivClassName
{
background-color: #5CEECE;
}
.BgClassName
{
background-color: #5CEECE;
}
</style>
border-color css
<style>
span { border-color: #5CEECE; }
span { border-color: rgb(92,238,206); }
td.TdClassName
{
border-color: #5CEECE;
}
.TagClassName
{
border-color: #5CEECE;
}
</style>