Shades of Turquoise Blue #5CE8F6
Tints of Turquoise Blue #5CE8F6
RGB
CMYK
RGB Variations
Color information
#5CE8F6 (or 0x5CE8F6) is known color: Turquoise Blue. HEX triplet: 5C, E8 and F6. RGB value is (92,232,246). Sum of RGB (Red+Green+Blue) = 92+232+246=570 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.14% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #5CE8F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CE8F6 is #A31709. Grayscale: #BFBFBF. Windows color (decimal): -10688266 or 16181340. OLE color: 16181340.
HSL color Cylindrical-coordinate representation of color #5CE8F6: hue angle of 185.45º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CE8F6 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 232 | 246 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.04 |
| HSL | 185.45º | 0.9% | 0.66% | - |
| HSV(B) | 185.45º | 0.63% | 0.96% | - |
| XYZ | 49.9 | 66.64 | 97.42 | - |
| YUV | 191.74 | 158.62 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 232 | 246 | 0.63 | 0.06 | 0 | 0.04 | 185.45 | 0.9 | 0.66 |
| Hex | 5C | E8 | F6 | 3F | 6 | 0 | 4 | B9 | 5A | 42 |
| Octal | 134 | 350 | 366 | 77 | 6 | 0 | 4 | 271 | 132 | 102 |
| Binary | 1011100 | 11101000 | 11110110 | 111111 | 110 | 0 | 100 | 10111001 | 1011010 | 1000010 |
Color Harmonies of #5CE8F6
Complementary color
Monochromatic Colors of #5CE8F6
Black with #5CE8F6
Text Example
Text Example
White with #5CE8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE8F6; }
p { color: rgb(92,232,246); }
H1.HeaderClassName
{
color: #5CE8F6;
}
.AnyTagClassName
{
color: #5CE8F6;
}
</style>
background-color css
<style>
a { background-color: #5CE8F6; }
a { background-color: rgb(92,232,246); }
div.DivClassName
{
background-color: #5CE8F6;
}
.BgClassName
{
background-color: #5CE8F6;
}
</style>
border-color css
<style>
span { border-color: #5CE8F6; }
span { border-color: rgb(92,232,246); }
td.TdClassName
{
border-color: #5CE8F6;
}
.TagClassName
{
border-color: #5CE8F6;
}
</style>