Shades of Turquoise Blue #5CEBEB
Tints of Turquoise Blue #5CEBEB
RGB
CMYK
RGB Variations
Color information
#5CEBEB (or 0x5CEBEB) is known color: Turquoise Blue. HEX triplet: 5C, EB and EB. RGB value is (92,235,235). Sum of RGB (Red+Green+Blue) = 92+235+235=562 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.37% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #5CEBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEBEB is #A31414. Grayscale: #C0C0C0. Windows color (decimal): -10687509 or 15461212. OLE color: 15461212.
HSL color Cylindrical-coordinate representation of color #5CEBEB: hue angle of 180º 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 #5CEBEB is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 235 | 235 | - |
| CMYK | 0.61 | 0 | 0 | 0.08 |
| HSL | 180º | 0.78% | 0.64% | - |
| HSV(B) | 180º | 0.61% | 0.92% | - |
| XYZ | 49.12 | 67.69 | 89.07 | - |
| YUV | 192.24 | 152.12 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 235 | 235 | 0.61 | 0 | 0 | 0.08 | 180 | 0.78 | 0.64 |
| Hex | 5C | EB | EB | 3D | 0 | 0 | 8 | B4 | 4E | 40 |
| Octal | 134 | 353 | 353 | 75 | 0 | 0 | 10 | 264 | 116 | 100 |
| Binary | 1011100 | 11101011 | 11101011 | 111101 | 0 | 0 | 1000 | 10110100 | 1001110 | 1000000 |
Color Harmonies of #5CEBEB
Complementary color
Monochromatic Colors of #5CEBEB
Black with #5CEBEB
Text Example
Text Example
White with #5CEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEBEB; }
p { color: rgb(92,235,235); }
H1.HeaderClassName
{
color: #5CEBEB;
}
.AnyTagClassName
{
color: #5CEBEB;
}
</style>
background-color css
<style>
a { background-color: #5CEBEB; }
a { background-color: rgb(92,235,235); }
div.DivClassName
{
background-color: #5CEBEB;
}
.BgClassName
{
background-color: #5CEBEB;
}
</style>
border-color css
<style>
span { border-color: #5CEBEB; }
span { border-color: rgb(92,235,235); }
td.TdClassName
{
border-color: #5CEBEB;
}
.TagClassName
{
border-color: #5CEBEB;
}
</style>