Shades of Turquoise Blue #5CE2FB
Tints of Turquoise Blue #5CE2FB
RGB
CMYK
RGB Variations
Color information
#5CE2FB (or 0x5CE2FB) is known color: Turquoise Blue. HEX triplet: 5C, E2 and FB. RGB value is (92,226,251). Sum of RGB (Red+Green+Blue) = 92+226+251=569 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.17% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #5CE2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE2FB is #A31D04. Grayscale: #BCBCBC. Windows color (decimal): -10689797 or 16507484. OLE color: 16507484.
HSL color Cylindrical-coordinate representation of color #5CE2FB: hue angle of 189.43º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CE2FB is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 226 | 251 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.02 |
| HSL | 189.43º | 0.95% | 0.67% | - |
| HSV(B) | 189.43º | 0.63% | 0.98% | - |
| XYZ | 49.02 | 63.63 | 100.97 | - |
| YUV | 188.78 | 163.11 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 226 | 251 | 0.63 | 0.10 | 0 | 0.02 | 189.43 | 0.95 | 0.67 |
| Hex | 5C | E2 | FB | 3F | A | 0 | 2 | BD | 5F | 43 |
| Octal | 134 | 342 | 373 | 77 | 12 | 0 | 2 | 275 | 137 | 103 |
| Binary | 1011100 | 11100010 | 11111011 | 111111 | 1010 | 0 | 10 | 10111101 | 1011111 | 1000011 |
Color Harmonies of #5CE2FB
Complementary color
Monochromatic Colors of #5CE2FB
Black with #5CE2FB
Text Example
Text Example
White with #5CE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE2FB; }
p { color: rgb(92,226,251); }
H1.HeaderClassName
{
color: #5CE2FB;
}
.AnyTagClassName
{
color: #5CE2FB;
}
</style>
background-color css
<style>
a { background-color: #5CE2FB; }
a { background-color: rgb(92,226,251); }
div.DivClassName
{
background-color: #5CE2FB;
}
.BgClassName
{
background-color: #5CE2FB;
}
</style>
border-color css
<style>
span { border-color: #5CE2FB; }
span { border-color: rgb(92,226,251); }
td.TdClassName
{
border-color: #5CE2FB;
}
.TagClassName
{
border-color: #5CE2FB;
}
</style>