Shades of Turquoise Blue #5BF1E5
Tints of Turquoise Blue #5BF1E5
RGB
CMYK
RGB Variations
Color information
#5BF1E5 (or 0x5BF1E5) is known color: Turquoise Blue. HEX triplet: 5B, F1 and E5. RGB value is (91,241,229). Sum of RGB (Red+Green+Blue) = 91+241+229=561 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.22% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #5BF1E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF1E5 is #A40E1A. Grayscale: #C2C2C2. Windows color (decimal): -10751515 or 15069531. OLE color: 15069531.
HSL color Cylindrical-coordinate representation of color #5BF1E5: hue angle of 175.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF1E5 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 241 | 229 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.05 |
| HSL | 175.2º | 0.84% | 0.65% | - |
| HSV(B) | 175.2º | 0.62% | 0.95% | - |
| XYZ | 49.91 | 70.79 | 85.16 | - |
| YUV | 194.78 | 147.31 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 241 | 229 | 0.62 | 0 | 0.05 | 0.05 | 175.2 | 0.84 | 0.65 |
| Hex | 5B | F1 | E5 | 3E | 0 | 5 | 5 | AF | 54 | 41 |
| Octal | 133 | 361 | 345 | 76 | 0 | 5 | 5 | 257 | 124 | 101 |
| Binary | 1011011 | 11110001 | 11100101 | 111110 | 0 | 101 | 101 | 10101111 | 1010100 | 1000001 |
Color Harmonies of #5BF1E5
Complementary color
Monochromatic Colors of #5BF1E5
Black with #5BF1E5
Text Example
Text Example
White with #5BF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF1E5; }
p { color: rgb(91,241,229); }
H1.HeaderClassName
{
color: #5BF1E5;
}
.AnyTagClassName
{
color: #5BF1E5;
}
</style>
background-color css
<style>
a { background-color: #5BF1E5; }
a { background-color: rgb(91,241,229); }
div.DivClassName
{
background-color: #5BF1E5;
}
.BgClassName
{
background-color: #5BF1E5;
}
</style>
border-color css
<style>
span { border-color: #5BF1E5; }
span { border-color: rgb(91,241,229); }
td.TdClassName
{
border-color: #5BF1E5;
}
.TagClassName
{
border-color: #5BF1E5;
}
</style>