Shades of Turquoise Blue #5CEBDC
Tints of Turquoise Blue #5CEBDC
RGB
CMYK
RGB Variations
Color information
#5CEBDC (or 0x5CEBDC) is known color: Turquoise Blue. HEX triplet: 5C, EB and DC. RGB value is (92,235,220). Sum of RGB (Red+Green+Blue) = 92+235+220=547 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.82% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #5CEBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEBDC is #A31423. Grayscale: #BEBEBE. Windows color (decimal): -10687524 or 14478172. OLE color: 14478172.
HSL color Cylindrical-coordinate representation of color #5CEBDC: hue angle of 173.71º 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 #5CEBDC is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 235 | 220 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.08 |
| HSL | 173.71º | 0.78% | 0.64% | - |
| HSV(B) | 173.71º | 0.61% | 0.92% | - |
| XYZ | 47.04 | 66.86 | 78.14 | - |
| YUV | 190.53 | 144.62 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 235 | 220 | 0.61 | 0 | 0.06 | 0.08 | 173.71 | 0.78 | 0.64 |
| Hex | 5C | EB | DC | 3D | 0 | 6 | 8 | AE | 4E | 40 |
| Octal | 134 | 353 | 334 | 75 | 0 | 6 | 10 | 256 | 116 | 100 |
| Binary | 1011100 | 11101011 | 11011100 | 111101 | 0 | 110 | 1000 | 10101110 | 1001110 | 1000000 |
Color Harmonies of #5CEBDC
Complementary color
Monochromatic Colors of #5CEBDC
Black with #5CEBDC
Text Example
Text Example
White with #5CEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEBDC; }
p { color: rgb(92,235,220); }
H1.HeaderClassName
{
color: #5CEBDC;
}
.AnyTagClassName
{
color: #5CEBDC;
}
</style>
background-color css
<style>
a { background-color: #5CEBDC; }
a { background-color: rgb(92,235,220); }
div.DivClassName
{
background-color: #5CEBDC;
}
.BgClassName
{
background-color: #5CEBDC;
}
</style>
border-color css
<style>
span { border-color: #5CEBDC; }
span { border-color: rgb(92,235,220); }
td.TdClassName
{
border-color: #5CEBDC;
}
.TagClassName
{
border-color: #5CEBDC;
}
</style>