Shades of Turquoise #5CEDCB
Tints of Turquoise #5CEDCB
RGB
CMYK
RGB Variations
Color information
#5CEDCB (or 0x5CEDCB) is known color: Turquoise. HEX triplet: 5C, ED and CB. RGB value is (92,237,203). Sum of RGB (Red+Green+Blue) = 92+237+203=532 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.29% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #5CEDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEDCB is #A31234. Grayscale: #BDBDBD. Windows color (decimal): -10687029 or 13364572. OLE color: 13364572.
HSL color Cylindrical-coordinate representation of color #5CEDCB: hue angle of 165.93º 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 #5CEDCB is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 237 | 203 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.07 |
| HSL | 165.93º | 0.8% | 0.65% | - |
| HSV(B) | 165.93º | 0.61% | 0.93% | - |
| XYZ | 45.48 | 67.16 | 67.07 | - |
| YUV | 189.77 | 135.46 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 237 | 203 | 0.61 | 0 | 0.14 | 0.07 | 165.93 | 0.8 | 0.65 |
| Hex | 5C | ED | CB | 3D | 0 | E | 7 | A6 | 50 | 41 |
| Octal | 134 | 355 | 313 | 75 | 0 | 16 | 7 | 246 | 120 | 101 |
| Binary | 1011100 | 11101101 | 11001011 | 111101 | 0 | 1110 | 111 | 10100110 | 1010000 | 1000001 |
Color Harmonies of #5CEDCB
Complementary color
Monochromatic Colors of #5CEDCB
Black with #5CEDCB
Text Example
Text Example
White with #5CEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEDCB; }
p { color: rgb(92,237,203); }
H1.HeaderClassName
{
color: #5CEDCB;
}
.AnyTagClassName
{
color: #5CEDCB;
}
</style>
background-color css
<style>
a { background-color: #5CEDCB; }
a { background-color: rgb(92,237,203); }
div.DivClassName
{
background-color: #5CEDCB;
}
.BgClassName
{
background-color: #5CEDCB;
}
</style>
border-color css
<style>
span { border-color: #5CEDCB; }
span { border-color: rgb(92,237,203); }
td.TdClassName
{
border-color: #5CEDCB;
}
.TagClassName
{
border-color: #5CEDCB;
}
</style>