Shades of Turquoise Blue #5CE3EF
Tints of Turquoise Blue #5CE3EF
RGB
CMYK
RGB Variations
Color information
#5CE3EF (or 0x5CE3EF) is known color: Turquoise Blue. HEX triplet: 5C, E3 and EF. RGB value is (92,227,239). Sum of RGB (Red+Green+Blue) = 92+227+239=558 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.49% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CE3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE3EF is #A31C10. Grayscale: #BBBBBB. Windows color (decimal): -10689553 or 15721308. OLE color: 15721308.
HSL color Cylindrical-coordinate representation of color #5CE3EF: hue angle of 184.9º 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 #5CE3EF is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 227 | 239 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.06 |
| HSL | 184.9º | 0.82% | 0.65% | - |
| HSV(B) | 184.9º | 0.62% | 0.94% | - |
| XYZ | 47.46 | 63.45 | 91.41 | - |
| YUV | 188 | 156.77 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 227 | 239 | 0.62 | 0.05 | 0 | 0.06 | 184.9 | 0.82 | 0.65 |
| Hex | 5C | E3 | EF | 3E | 5 | 0 | 6 | B9 | 52 | 41 |
| Octal | 134 | 343 | 357 | 76 | 5 | 0 | 6 | 271 | 122 | 101 |
| Binary | 1011100 | 11100011 | 11101111 | 111110 | 101 | 0 | 110 | 10111001 | 1010010 | 1000001 |
Color Harmonies of #5CE3EF
Complementary color
Monochromatic Colors of #5CE3EF
Black with #5CE3EF
Text Example
Text Example
White with #5CE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE3EF; }
p { color: rgb(92,227,239); }
H1.HeaderClassName
{
color: #5CE3EF;
}
.AnyTagClassName
{
color: #5CE3EF;
}
</style>
background-color css
<style>
a { background-color: #5CE3EF; }
a { background-color: rgb(92,227,239); }
div.DivClassName
{
background-color: #5CE3EF;
}
.BgClassName
{
background-color: #5CE3EF;
}
</style>
border-color css
<style>
span { border-color: #5CE3EF; }
span { border-color: rgb(92,227,239); }
td.TdClassName
{
border-color: #5CE3EF;
}
.TagClassName
{
border-color: #5CE3EF;
}
</style>