Shades of Turquoise Blue #5BEAF6
Tints of Turquoise Blue #5BEAF6
RGB
CMYK
RGB Variations
Color information
#5BEAF6 (or 0x5BEAF6) is known color: Turquoise Blue. HEX triplet: 5B, EA and F6. RGB value is (91,234,246). Sum of RGB (Red+Green+Blue) = 91+234+246=571 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.94% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #5BEAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEAF6 is #A41509. Grayscale: #C0C0C0. Windows color (decimal): -10753290 or 16181851. OLE color: 16181851.
HSL color Cylindrical-coordinate representation of color #5BEAF6: hue angle of 184.65º 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 #5BEAF6 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 234 | 246 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.04 |
| HSL | 184.65º | 0.9% | 0.66% | - |
| HSV(B) | 184.65º | 0.63% | 0.96% | - |
| XYZ | 50.37 | 67.72 | 97.61 | - |
| YUV | 192.61 | 158.12 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 246 | 0.63 | 0.05 | 0 | 0.04 | 184.65 | 0.9 | 0.66 |
| Hex | 5B | EA | F6 | 3F | 5 | 0 | 4 | B9 | 5A | 42 |
| Octal | 133 | 352 | 366 | 77 | 5 | 0 | 4 | 271 | 132 | 102 |
| Binary | 1011011 | 11101010 | 11110110 | 111111 | 101 | 0 | 100 | 10111001 | 1011010 | 1000010 |
Color Harmonies of #5BEAF6
Complementary color
Monochromatic Colors of #5BEAF6
Black with #5BEAF6
Text Example
Text Example
White with #5BEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEAF6; }
p { color: rgb(91,234,246); }
H1.HeaderClassName
{
color: #5BEAF6;
}
.AnyTagClassName
{
color: #5BEAF6;
}
</style>
background-color css
<style>
a { background-color: #5BEAF6; }
a { background-color: rgb(91,234,246); }
div.DivClassName
{
background-color: #5BEAF6;
}
.BgClassName
{
background-color: #5BEAF6;
}
</style>
border-color css
<style>
span { border-color: #5BEAF6; }
span { border-color: rgb(91,234,246); }
td.TdClassName
{
border-color: #5BEAF6;
}
.TagClassName
{
border-color: #5BEAF6;
}
</style>