Shades of Turquoise Blue #5CE2EE
Tints of Turquoise Blue #5CE2EE
RGB
CMYK
RGB Variations
Color information
#5CE2EE (or 0x5CE2EE) is known color: Turquoise Blue. HEX triplet: 5C, E2 and EE. RGB value is (92,226,238). Sum of RGB (Red+Green+Blue) = 92+226+238=556 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.55% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #5CE2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE2EE is #A31D11. Grayscale: #BBBBBB. Windows color (decimal): -10689810 or 15655516. OLE color: 15655516.
HSL color Cylindrical-coordinate representation of color #5CE2EE: hue angle of 184.93º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CE2EE is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 226 | 238 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.07 |
| HSL | 184.93º | 0.81% | 0.65% | - |
| HSV(B) | 184.93º | 0.61% | 0.93% | - |
| XYZ | 47.04 | 62.84 | 90.54 | - |
| YUV | 187.3 | 156.61 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 226 | 238 | 0.61 | 0.05 | 0 | 0.07 | 184.93 | 0.81 | 0.65 |
| Hex | 5C | E2 | EE | 3D | 5 | 0 | 7 | B9 | 51 | 41 |
| Octal | 134 | 342 | 356 | 75 | 5 | 0 | 7 | 271 | 121 | 101 |
| Binary | 1011100 | 11100010 | 11101110 | 111101 | 101 | 0 | 111 | 10111001 | 1010001 | 1000001 |
Color Harmonies of #5CE2EE
Complementary color
Monochromatic Colors of #5CE2EE
Black with #5CE2EE
Text Example
Text Example
White with #5CE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE2EE; }
p { color: rgb(92,226,238); }
H1.HeaderClassName
{
color: #5CE2EE;
}
.AnyTagClassName
{
color: #5CE2EE;
}
</style>
background-color css
<style>
a { background-color: #5CE2EE; }
a { background-color: rgb(92,226,238); }
div.DivClassName
{
background-color: #5CE2EE;
}
.BgClassName
{
background-color: #5CE2EE;
}
</style>
border-color css
<style>
span { border-color: #5CE2EE; }
span { border-color: rgb(92,226,238); }
td.TdClassName
{
border-color: #5CE2EE;
}
.TagClassName
{
border-color: #5CE2EE;
}
</style>