Shades of Turquoise Blue #5CE0FB
Tints of Turquoise Blue #5CE0FB
RGB
CMYK
RGB Variations
Color information
#5CE0FB (or 0x5CE0FB) is known color: Turquoise Blue. HEX triplet: 5C, E0 and FB. RGB value is (92,224,251). Sum of RGB (Red+Green+Blue) = 92+224+251=567 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.23% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #5CE0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE0FB is #A31F04. Grayscale: #BBBBBB. Windows color (decimal): -10690309 or 16506972. OLE color: 16506972.
HSL color Cylindrical-coordinate representation of color #5CE0FB: hue angle of 190.19º 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 #5CE0FB is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 224 | 251 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.02 |
| HSL | 190.19º | 0.95% | 0.67% | - |
| HSV(B) | 190.19º | 0.63% | 0.98% | - |
| XYZ | 48.48 | 62.55 | 100.79 | - |
| YUV | 187.61 | 163.77 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 224 | 251 | 0.63 | 0.11 | 0 | 0.02 | 190.19 | 0.95 | 0.67 |
| Hex | 5C | E0 | FB | 3F | B | 0 | 2 | BE | 5F | 43 |
| Octal | 134 | 340 | 373 | 77 | 13 | 0 | 2 | 276 | 137 | 103 |
| Binary | 1011100 | 11100000 | 11111011 | 111111 | 1011 | 0 | 10 | 10111110 | 1011111 | 1000011 |
Color Harmonies of #5CE0FB
Complementary color
Monochromatic Colors of #5CE0FB
Black with #5CE0FB
Text Example
Text Example
White with #5CE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE0FB; }
p { color: rgb(92,224,251); }
H1.HeaderClassName
{
color: #5CE0FB;
}
.AnyTagClassName
{
color: #5CE0FB;
}
</style>
background-color css
<style>
a { background-color: #5CE0FB; }
a { background-color: rgb(92,224,251); }
div.DivClassName
{
background-color: #5CE0FB;
}
.BgClassName
{
background-color: #5CE0FB;
}
</style>
border-color css
<style>
span { border-color: #5CE0FB; }
span { border-color: rgb(92,224,251); }
td.TdClassName
{
border-color: #5CE0FB;
}
.TagClassName
{
border-color: #5CE0FB;
}
</style>