Shades of Turquoise Blue #5CE4E0
Tints of Turquoise Blue #5CE4E0
RGB
CMYK
RGB Variations
Color information
#5CE4E0 (or 0x5CE4E0) is known color: Turquoise Blue. HEX triplet: 5C, E4 and E0. RGB value is (92,228,224). Sum of RGB (Red+Green+Blue) = 92+228+224=544 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.91% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #5CE4E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE4E0 is #A31B1F. Grayscale: #BABABA. Windows color (decimal): -10689312 or 14738524. OLE color: 14738524.
HSL color Cylindrical-coordinate representation of color #5CE4E0: hue angle of 178.24º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE4E0 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 228 | 224 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.11 |
| HSL | 178.24º | 0.72% | 0.63% | - |
| HSV(B) | 178.24º | 0.6% | 0.89% | - |
| XYZ | 45.61 | 63.14 | 80.31 | - |
| YUV | 186.88 | 148.94 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 228 | 224 | 0.60 | 0 | 0.02 | 0.11 | 178.24 | 0.72 | 0.63 |
| Hex | 5C | E4 | E0 | 3C | 0 | 2 | B | B2 | 48 | 3F |
| Octal | 134 | 344 | 340 | 74 | 0 | 2 | 13 | 262 | 110 | 77 |
| Binary | 1011100 | 11100100 | 11100000 | 111100 | 0 | 10 | 1011 | 10110010 | 1001000 | 111111 |
Color Harmonies of #5CE4E0
Complementary color
Monochromatic Colors of #5CE4E0
Black with #5CE4E0
Text Example
Text Example
White with #5CE4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE4E0; }
p { color: rgb(92,228,224); }
H1.HeaderClassName
{
color: #5CE4E0;
}
.AnyTagClassName
{
color: #5CE4E0;
}
</style>
background-color css
<style>
a { background-color: #5CE4E0; }
a { background-color: rgb(92,228,224); }
div.DivClassName
{
background-color: #5CE4E0;
}
.BgClassName
{
background-color: #5CE4E0;
}
</style>
border-color css
<style>
span { border-color: #5CE4E0; }
span { border-color: rgb(92,228,224); }
td.TdClassName
{
border-color: #5CE4E0;
}
.TagClassName
{
border-color: #5CE4E0;
}
</style>