Shades of Turquoise #5CEBCA
Tints of Turquoise #5CEBCA
RGB
CMYK
RGB Variations
Color information
#5CEBCA (or 0x5CEBCA) is known color: Turquoise. HEX triplet: 5C, EB and CA. RGB value is (92,235,202). Sum of RGB (Red+Green+Blue) = 92+235+202=529 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.39% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #5CEBCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEBCA is #A31435. Grayscale: #BCBCBC. Windows color (decimal): -10687542 or 13298524. OLE color: 13298524.
HSL color Cylindrical-coordinate representation of color #5CEBCA: hue angle of 166.15º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEBCA is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 235 | 202 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.08 |
| HSL | 166.15º | 0.78% | 0.64% | - |
| HSV(B) | 166.15º | 0.61% | 0.92% | - |
| XYZ | 44.78 | 65.96 | 66.25 | - |
| YUV | 188.48 | 135.62 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 235 | 202 | 0.61 | 0 | 0.14 | 0.08 | 166.15 | 0.78 | 0.64 |
| Hex | 5C | EB | CA | 3D | 0 | E | 8 | A6 | 4E | 40 |
| Octal | 134 | 353 | 312 | 75 | 0 | 16 | 10 | 246 | 116 | 100 |
| Binary | 1011100 | 11101011 | 11001010 | 111101 | 0 | 1110 | 1000 | 10100110 | 1001110 | 1000000 |
Color Harmonies of #5CEBCA
Complementary color
Monochromatic Colors of #5CEBCA
Black with #5CEBCA
Text Example
Text Example
White with #5CEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEBCA; }
p { color: rgb(92,235,202); }
H1.HeaderClassName
{
color: #5CEBCA;
}
.AnyTagClassName
{
color: #5CEBCA;
}
</style>
background-color css
<style>
a { background-color: #5CEBCA; }
a { background-color: rgb(92,235,202); }
div.DivClassName
{
background-color: #5CEBCA;
}
.BgClassName
{
background-color: #5CEBCA;
}
</style>
border-color css
<style>
span { border-color: #5CEBCA; }
span { border-color: rgb(92,235,202); }
td.TdClassName
{
border-color: #5CEBCA;
}
.TagClassName
{
border-color: #5CEBCA;
}
</style>