Shades of Turquoise Blue #5CEBE4
Tints of Turquoise Blue #5CEBE4
RGB
CMYK
RGB Variations
Color information
#5CEBE4 (or 0x5CEBE4) is known color: Turquoise Blue. HEX triplet: 5C, EB and E4. RGB value is (92,235,228). Sum of RGB (Red+Green+Blue) = 92+235+228=555 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.58% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #5CEBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEBE4 is #A3141B. Grayscale: #BFBFBF. Windows color (decimal): -10687516 or 15002460. OLE color: 15002460.
HSL color Cylindrical-coordinate representation of color #5CEBE4: hue angle of 177.06º 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 #5CEBE4 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 235 | 228 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.08 |
| HSL | 177.06º | 0.78% | 0.64% | - |
| HSV(B) | 177.06º | 0.61% | 0.92% | - |
| XYZ | 48.13 | 67.29 | 83.85 | - |
| YUV | 191.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 235 | 228 | 0.61 | 0 | 0.03 | 0.08 | 177.06 | 0.78 | 0.64 |
| Hex | 5C | EB | E4 | 3D | 0 | 3 | 8 | B1 | 4E | 40 |
| Octal | 134 | 353 | 344 | 75 | 0 | 3 | 10 | 261 | 116 | 100 |
| Binary | 1011100 | 11101011 | 11100100 | 111101 | 0 | 11 | 1000 | 10110001 | 1001110 | 1000000 |
Color Harmonies of #5CEBE4
Complementary color
Monochromatic Colors of #5CEBE4
Black with #5CEBE4
Text Example
Text Example
White with #5CEBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEBE4; }
p { color: rgb(92,235,228); }
H1.HeaderClassName
{
color: #5CEBE4;
}
.AnyTagClassName
{
color: #5CEBE4;
}
</style>
background-color css
<style>
a { background-color: #5CEBE4; }
a { background-color: rgb(92,235,228); }
div.DivClassName
{
background-color: #5CEBE4;
}
.BgClassName
{
background-color: #5CEBE4;
}
</style>
border-color css
<style>
span { border-color: #5CEBE4; }
span { border-color: rgb(92,235,228); }
td.TdClassName
{
border-color: #5CEBE4;
}
.TagClassName
{
border-color: #5CEBE4;
}
</style>