Shades of Turquoise Blue #5CE3FC
Tints of Turquoise Blue #5CE3FC
RGB
CMYK
RGB Variations
Color information
#5CE3FC (or 0x5CE3FC) is known color: Turquoise Blue. HEX triplet: 5C, E3 and FC. RGB value is (92,227,252). Sum of RGB (Red+Green+Blue) = 92+227+252=571 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.11% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CE3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE3FC is #A31C03. Grayscale: #BDBDBD. Windows color (decimal): -10689540 or 16573276. OLE color: 16573276.
HSL color Cylindrical-coordinate representation of color #5CE3FC: hue angle of 189.38º 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 #5CE3FC is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 227 | 252 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.01 |
| HSL | 189.38º | 0.96% | 0.67% | - |
| HSV(B) | 189.38º | 0.63% | 0.99% | - |
| XYZ | 49.45 | 64.24 | 101.89 | - |
| YUV | 189.49 | 163.27 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 227 | 252 | 0.63 | 0.10 | 0 | 0.01 | 189.38 | 0.96 | 0.67 |
| Hex | 5C | E3 | FC | 3F | A | 0 | 1 | BD | 60 | 43 |
| Octal | 134 | 343 | 374 | 77 | 12 | 0 | 1 | 275 | 140 | 103 |
| Binary | 1011100 | 11100011 | 11111100 | 111111 | 1010 | 0 | 1 | 10111101 | 1100000 | 1000011 |
Color Harmonies of #5CE3FC
Complementary color
Monochromatic Colors of #5CE3FC
Black with #5CE3FC
Text Example
Text Example
White with #5CE3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE3FC; }
p { color: rgb(92,227,252); }
H1.HeaderClassName
{
color: #5CE3FC;
}
.AnyTagClassName
{
color: #5CE3FC;
}
</style>
background-color css
<style>
a { background-color: #5CE3FC; }
a { background-color: rgb(92,227,252); }
div.DivClassName
{
background-color: #5CE3FC;
}
.BgClassName
{
background-color: #5CE3FC;
}
</style>
border-color css
<style>
span { border-color: #5CE3FC; }
span { border-color: rgb(92,227,252); }
td.TdClassName
{
border-color: #5CE3FC;
}
.TagClassName
{
border-color: #5CE3FC;
}
</style>