Shades of Turquoise #5CECCB
Tints of Turquoise #5CECCB
RGB
CMYK
RGB Variations
Color information
#5CECCB (or 0x5CECCB) is known color: Turquoise. HEX triplet: 5C, EC and CB. RGB value is (92,236,203). Sum of RGB (Red+Green+Blue) = 92+236+203=531 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.33% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #5CECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CECCB is #A31334. Grayscale: #BDBDBD. Windows color (decimal): -10687285 or 13364316. OLE color: 13364316.
HSL color Cylindrical-coordinate representation of color #5CECCB: hue angle of 166.25º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CECCB is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 236 | 203 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.07 |
| HSL | 166.25º | 0.79% | 0.64% | - |
| HSV(B) | 166.25º | 0.61% | 0.93% | - |
| XYZ | 45.19 | 66.58 | 66.97 | - |
| YUV | 189.18 | 135.79 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 203 | 0.61 | 0 | 0.14 | 0.07 | 166.25 | 0.79 | 0.64 |
| Hex | 5C | EC | CB | 3D | 0 | E | 7 | A6 | 4F | 40 |
| Octal | 134 | 354 | 313 | 75 | 0 | 16 | 7 | 246 | 117 | 100 |
| Binary | 1011100 | 11101100 | 11001011 | 111101 | 0 | 1110 | 111 | 10100110 | 1001111 | 1000000 |
Color Harmonies of #5CECCB
Complementary color
Monochromatic Colors of #5CECCB
Black with #5CECCB
Text Example
Text Example
White with #5CECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECCB; }
p { color: rgb(92,236,203); }
H1.HeaderClassName
{
color: #5CECCB;
}
.AnyTagClassName
{
color: #5CECCB;
}
</style>
background-color css
<style>
a { background-color: #5CECCB; }
a { background-color: rgb(92,236,203); }
div.DivClassName
{
background-color: #5CECCB;
}
.BgClassName
{
background-color: #5CECCB;
}
</style>
border-color css
<style>
span { border-color: #5CECCB; }
span { border-color: rgb(92,236,203); }
td.TdClassName
{
border-color: #5CECCB;
}
.TagClassName
{
border-color: #5CECCB;
}
</style>