Shades of Turquoise Blue #5BEFEB
Tints of Turquoise Blue #5BEFEB
RGB
CMYK
RGB Variations
Color information
#5BEFEB (or 0x5BEFEB) is known color: Turquoise Blue. HEX triplet: 5B, EF and EB. RGB value is (91,239,235). Sum of RGB (Red+Green+Blue) = 91+239+235=565 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.11% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEFEB is #A41014. Grayscale: #C2C2C2. Windows color (decimal): -10752021 or 15462235. OLE color: 15462235.
HSL color Cylindrical-coordinate representation of color #5BEFEB: hue angle of 178.38º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEFEB is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 239 | 235 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.06 |
| HSL | 178.38º | 0.82% | 0.65% | - |
| HSV(B) | 178.38º | 0.62% | 0.94% | - |
| XYZ | 50.18 | 69.96 | 89.46 | - |
| YUV | 194.29 | 150.97 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 239 | 235 | 0.62 | 0 | 0.02 | 0.06 | 178.38 | 0.82 | 0.65 |
| Hex | 5B | EF | EB | 3E | 0 | 2 | 6 | B2 | 52 | 41 |
| Octal | 133 | 357 | 353 | 76 | 0 | 2 | 6 | 262 | 122 | 101 |
| Binary | 1011011 | 11101111 | 11101011 | 111110 | 0 | 10 | 110 | 10110010 | 1010010 | 1000001 |
Color Harmonies of #5BEFEB
Complementary color
Monochromatic Colors of #5BEFEB
Black with #5BEFEB
Text Example
Text Example
White with #5BEFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEFEB; }
p { color: rgb(91,239,235); }
H1.HeaderClassName
{
color: #5BEFEB;
}
.AnyTagClassName
{
color: #5BEFEB;
}
</style>
background-color css
<style>
a { background-color: #5BEFEB; }
a { background-color: rgb(91,239,235); }
div.DivClassName
{
background-color: #5BEFEB;
}
.BgClassName
{
background-color: #5BEFEB;
}
</style>
border-color css
<style>
span { border-color: #5BEFEB; }
span { border-color: rgb(91,239,235); }
td.TdClassName
{
border-color: #5BEFEB;
}
.TagClassName
{
border-color: #5BEFEB;
}
</style>