Shades of Turquoise Blue #5BEBEE
Tints of Turquoise Blue #5BEBEE
RGB
CMYK
RGB Variations
Color information
#5BEBEE (or 0x5BEBEE) is known color: Turquoise Blue. HEX triplet: 5B, EB and EE. RGB value is (91,235,238). Sum of RGB (Red+Green+Blue) = 91+235+238=564 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.13% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BEBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEBEE is #A41411. Grayscale: #C0C0C0. Windows color (decimal): -10753042 or 15657819. OLE color: 15657819.
HSL color Cylindrical-coordinate representation of color #5BEBEE: hue angle of 181.22º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEBEE is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 235 | 238 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.07 |
| HSL | 181.22º | 0.81% | 0.65% | - |
| HSV(B) | 181.22º | 0.62% | 0.93% | - |
| XYZ | 49.46 | 67.81 | 91.37 | - |
| YUV | 192.29 | 153.79 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 238 | 0.62 | 0.01 | 0 | 0.07 | 181.22 | 0.81 | 0.65 |
| Hex | 5B | EB | EE | 3E | 1 | 0 | 7 | B5 | 51 | 41 |
| Octal | 133 | 353 | 356 | 76 | 1 | 0 | 7 | 265 | 121 | 101 |
| Binary | 1011011 | 11101011 | 11101110 | 111110 | 1 | 0 | 111 | 10110101 | 1010001 | 1000001 |
Color Harmonies of #5BEBEE
Complementary color
Monochromatic Colors of #5BEBEE
Black with #5BEBEE
Text Example
Text Example
White with #5BEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEBEE; }
p { color: rgb(91,235,238); }
H1.HeaderClassName
{
color: #5BEBEE;
}
.AnyTagClassName
{
color: #5BEBEE;
}
</style>
background-color css
<style>
a { background-color: #5BEBEE; }
a { background-color: rgb(91,235,238); }
div.DivClassName
{
background-color: #5BEBEE;
}
.BgClassName
{
background-color: #5BEBEE;
}
</style>
border-color css
<style>
span { border-color: #5BEBEE; }
span { border-color: rgb(91,235,238); }
td.TdClassName
{
border-color: #5BEBEE;
}
.TagClassName
{
border-color: #5BEBEE;
}
</style>