Shades of Turquoise Blue #5CE8EB
Tints of Turquoise Blue #5CE8EB
RGB
CMYK
RGB Variations
Color information
#5CE8EB (or 0x5CE8EB) is known color: Turquoise Blue. HEX triplet: 5C, E8 and EB. RGB value is (92,232,235). Sum of RGB (Red+Green+Blue) = 92+232+235=559 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.46% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CE8EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CE8EB is #A31714. Grayscale: #BEBEBE. Windows color (decimal): -10688277 or 15460444. OLE color: 15460444.
HSL color Cylindrical-coordinate representation of color #5CE8EB: hue angle of 181.26º 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 #5CE8EB is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 232 | 235 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.08 |
| HSL | 181.26º | 0.78% | 0.64% | - |
| HSV(B) | 181.26º | 0.61% | 0.92% | - |
| XYZ | 48.27 | 65.99 | 88.79 | - |
| YUV | 190.48 | 153.12 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 232 | 235 | 0.61 | 0.01 | 0 | 0.08 | 181.26 | 0.78 | 0.64 |
| Hex | 5C | E8 | EB | 3D | 1 | 0 | 8 | B5 | 4E | 40 |
| Octal | 134 | 350 | 353 | 75 | 1 | 0 | 10 | 265 | 116 | 100 |
| Binary | 1011100 | 11101000 | 11101011 | 111101 | 1 | 0 | 1000 | 10110101 | 1001110 | 1000000 |
Color Harmonies of #5CE8EB
Complementary color
Monochromatic Colors of #5CE8EB
Black with #5CE8EB
Text Example
Text Example
White with #5CE8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE8EB; }
p { color: rgb(92,232,235); }
H1.HeaderClassName
{
color: #5CE8EB;
}
.AnyTagClassName
{
color: #5CE8EB;
}
</style>
background-color css
<style>
a { background-color: #5CE8EB; }
a { background-color: rgb(92,232,235); }
div.DivClassName
{
background-color: #5CE8EB;
}
.BgClassName
{
background-color: #5CE8EB;
}
</style>
border-color css
<style>
span { border-color: #5CE8EB; }
span { border-color: rgb(92,232,235); }
td.TdClassName
{
border-color: #5CE8EB;
}
.TagClassName
{
border-color: #5CE8EB;
}
</style>