Shades of Turquoise Blue #5CEFE4
Tints of Turquoise Blue #5CEFE4
RGB
CMYK
RGB Variations
Color information
#5CEFE4 (or 0x5CEFE4) is known color: Turquoise Blue. HEX triplet: 5C, EF and E4. RGB value is (92,239,228). Sum of RGB (Red+Green+Blue) = 92+239+228=559 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.46% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFE4 is #A3101B. Grayscale: #C1C1C1. Windows color (decimal): -10686492 or 15003484. OLE color: 15003484.
HSL color Cylindrical-coordinate representation of color #5CEFE4: hue angle of 175.51º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEFE4 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 228 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.06 |
| HSL | 175.51º | 0.82% | 0.65% | - |
| HSV(B) | 175.51º | 0.62% | 0.94% | - |
| XYZ | 49.28 | 69.61 | 84.24 | - |
| YUV | 193.79 | 147.3 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 228 | 0.62 | 0 | 0.05 | 0.06 | 175.51 | 0.82 | 0.65 |
| Hex | 5C | EF | E4 | 3E | 0 | 5 | 6 | B0 | 52 | 41 |
| Octal | 134 | 357 | 344 | 76 | 0 | 5 | 6 | 260 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11100100 | 111110 | 0 | 101 | 110 | 10110000 | 1010010 | 1000001 |
Color Harmonies of #5CEFE4
Complementary color
Monochromatic Colors of #5CEFE4
Black with #5CEFE4
Text Example
Text Example
White with #5CEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFE4; }
p { color: rgb(92,239,228); }
H1.HeaderClassName
{
color: #5CEFE4;
}
.AnyTagClassName
{
color: #5CEFE4;
}
</style>
background-color css
<style>
a { background-color: #5CEFE4; }
a { background-color: rgb(92,239,228); }
div.DivClassName
{
background-color: #5CEFE4;
}
.BgClassName
{
background-color: #5CEFE4;
}
</style>
border-color css
<style>
span { border-color: #5CEFE4; }
span { border-color: rgb(92,239,228); }
td.TdClassName
{
border-color: #5CEFE4;
}
.TagClassName
{
border-color: #5CEFE4;
}
</style>