Shades of Turquoise Blue #5CE2FC
Tints of Turquoise Blue #5CE2FC
RGB
CMYK
RGB Variations
Color information
#5CE2FC (or 0x5CE2FC) is known color: Turquoise Blue. HEX triplet: 5C, E2 and FC. RGB value is (92,226,252). Sum of RGB (Red+Green+Blue) = 92+226+252=570 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.14% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CE2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE2FC is #A31D03. Grayscale: #BCBCBC. Windows color (decimal): -10689796 or 16573020. OLE color: 16573020.
HSL color Cylindrical-coordinate representation of color #5CE2FC: hue angle of 189.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CE2FC is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 226 | 252 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.01 |
| HSL | 189.75º | 0.96% | 0.67% | - |
| HSV(B) | 189.75º | 0.63% | 0.99% | - |
| XYZ | 49.18 | 63.7 | 101.8 | - |
| YUV | 188.9 | 163.61 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 226 | 252 | 0.63 | 0.10 | 0 | 0.01 | 189.75 | 0.96 | 0.67 |
| Hex | 5C | E2 | FC | 3F | A | 0 | 1 | BE | 60 | 43 |
| Octal | 134 | 342 | 374 | 77 | 12 | 0 | 1 | 276 | 140 | 103 |
| Binary | 1011100 | 11100010 | 11111100 | 111111 | 1010 | 0 | 1 | 10111110 | 1100000 | 1000011 |
Color Harmonies of #5CE2FC
Complementary color
Monochromatic Colors of #5CE2FC
Black with #5CE2FC
Text Example
Text Example
White with #5CE2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE2FC; }
p { color: rgb(92,226,252); }
H1.HeaderClassName
{
color: #5CE2FC;
}
.AnyTagClassName
{
color: #5CE2FC;
}
</style>
background-color css
<style>
a { background-color: #5CE2FC; }
a { background-color: rgb(92,226,252); }
div.DivClassName
{
background-color: #5CE2FC;
}
.BgClassName
{
background-color: #5CE2FC;
}
</style>
border-color css
<style>
span { border-color: #5CE2FC; }
span { border-color: rgb(92,226,252); }
td.TdClassName
{
border-color: #5CE2FC;
}
.TagClassName
{
border-color: #5CE2FC;
}
</style>