Shades of Turquoise Blue #5BEFED
Tints of Turquoise Blue #5BEFED
RGB
CMYK
RGB Variations
Color information
#5BEFED (or 0x5BEFED) is known color: Turquoise Blue. HEX triplet: 5B, EF and ED. RGB value is (91,239,237). Sum of RGB (Red+Green+Blue) = 91+239+237=567 (75% of max value = 765). Red value is 91 (35.94% from 255 or 16.05% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEFED is #A41012. Grayscale: #C2C2C2. Windows color (decimal): -10752019 or 15593307. OLE color: 15593307.
HSL color Cylindrical-coordinate representation of color #5BEFED: hue angle of 179.19º 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 #5BEFED is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 239 | 237 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.06 |
| HSL | 179.19º | 0.82% | 0.65% | - |
| HSV(B) | 179.19º | 0.62% | 0.94% | - |
| XYZ | 50.47 | 70.07 | 90.99 | - |
| YUV | 194.52 | 151.97 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 239 | 237 | 0.62 | 0 | 0.01 | 0.06 | 179.19 | 0.82 | 0.65 |
| Hex | 5B | EF | ED | 3E | 0 | 1 | 6 | B3 | 52 | 41 |
| Octal | 133 | 357 | 355 | 76 | 0 | 1 | 6 | 263 | 122 | 101 |
| Binary | 1011011 | 11101111 | 11101101 | 111110 | 0 | 1 | 110 | 10110011 | 1010010 | 1000001 |
Color Harmonies of #5BEFED
Complementary color
Monochromatic Colors of #5BEFED
Black with #5BEFED
Text Example
Text Example
White with #5BEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEFED; }
p { color: rgb(91,239,237); }
H1.HeaderClassName
{
color: #5BEFED;
}
.AnyTagClassName
{
color: #5BEFED;
}
</style>
background-color css
<style>
a { background-color: #5BEFED; }
a { background-color: rgb(91,239,237); }
div.DivClassName
{
background-color: #5BEFED;
}
.BgClassName
{
background-color: #5BEFED;
}
</style>
border-color css
<style>
span { border-color: #5BEFED; }
span { border-color: rgb(91,239,237); }
td.TdClassName
{
border-color: #5BEFED;
}
.TagClassName
{
border-color: #5BEFED;
}
</style>