Shades of Turquoise Blue #5CE2EB
Tints of Turquoise Blue #5CE2EB
RGB
CMYK
RGB Variations
Color information
#5CE2EB (or 0x5CE2EB) is known color: Turquoise Blue. HEX triplet: 5C, E2 and EB. RGB value is (92,226,235). Sum of RGB (Red+Green+Blue) = 92+226+235=553 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.64% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CE2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE2EB is #A31D14. Grayscale: #BABABA. Windows color (decimal): -10689813 or 15458908. OLE color: 15458908.
HSL color Cylindrical-coordinate representation of color #5CE2EB: hue angle of 183.78º 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 #5CE2EB is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 226 | 235 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.08 |
| HSL | 183.78º | 0.78% | 0.64% | - |
| HSV(B) | 183.78º | 0.61% | 0.92% | - |
| XYZ | 46.61 | 62.67 | 88.24 | - |
| YUV | 186.96 | 155.11 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 226 | 235 | 0.61 | 0.04 | 0 | 0.08 | 183.78 | 0.78 | 0.64 |
| Hex | 5C | E2 | EB | 3D | 4 | 0 | 8 | B8 | 4E | 40 |
| Octal | 134 | 342 | 353 | 75 | 4 | 0 | 10 | 270 | 116 | 100 |
| Binary | 1011100 | 11100010 | 11101011 | 111101 | 100 | 0 | 1000 | 10111000 | 1001110 | 1000000 |
Color Harmonies of #5CE2EB
Complementary color
Monochromatic Colors of #5CE2EB
Black with #5CE2EB
Text Example
Text Example
White with #5CE2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE2EB; }
p { color: rgb(92,226,235); }
H1.HeaderClassName
{
color: #5CE2EB;
}
.AnyTagClassName
{
color: #5CE2EB;
}
</style>
background-color css
<style>
a { background-color: #5CE2EB; }
a { background-color: rgb(92,226,235); }
div.DivClassName
{
background-color: #5CE2EB;
}
.BgClassName
{
background-color: #5CE2EB;
}
</style>
border-color css
<style>
span { border-color: #5CE2EB; }
span { border-color: rgb(92,226,235); }
td.TdClassName
{
border-color: #5CE2EB;
}
.TagClassName
{
border-color: #5CE2EB;
}
</style>