Shades of Turquoise Blue #5BEFE0
Tints of Turquoise Blue #5BEFE0
RGB
CMYK
RGB Variations
Color information
#5BEFE0 (or 0x5BEFE0) is known color: Turquoise Blue. HEX triplet: 5B, EF and E0. RGB value is (91,239,224). Sum of RGB (Red+Green+Blue) = 91+239+224=554 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.43% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEFE0 is #A4101F. Grayscale: #C0C0C0. Windows color (decimal): -10752032 or 14741339. OLE color: 14741339.
HSL color Cylindrical-coordinate representation of color #5BEFE0: hue angle of 173.92º 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 #5BEFE0 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 239 | 224 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.06 |
| HSL | 173.92º | 0.82% | 0.65% | - |
| HSV(B) | 173.92º | 0.62% | 0.94% | - |
| XYZ | 48.64 | 69.34 | 81.34 | - |
| YUV | 193.04 | 145.47 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 239 | 224 | 0.62 | 0 | 0.06 | 0.06 | 173.92 | 0.82 | 0.65 |
| Hex | 5B | EF | E0 | 3E | 0 | 6 | 6 | AE | 52 | 41 |
| Octal | 133 | 357 | 340 | 76 | 0 | 6 | 6 | 256 | 122 | 101 |
| Binary | 1011011 | 11101111 | 11100000 | 111110 | 0 | 110 | 110 | 10101110 | 1010010 | 1000001 |
Color Harmonies of #5BEFE0
Complementary color
Monochromatic Colors of #5BEFE0
Black with #5BEFE0
Text Example
Text Example
White with #5BEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEFE0; }
p { color: rgb(91,239,224); }
H1.HeaderClassName
{
color: #5BEFE0;
}
.AnyTagClassName
{
color: #5BEFE0;
}
</style>
background-color css
<style>
a { background-color: #5BEFE0; }
a { background-color: rgb(91,239,224); }
div.DivClassName
{
background-color: #5BEFE0;
}
.BgClassName
{
background-color: #5BEFE0;
}
</style>
border-color css
<style>
span { border-color: #5BEFE0; }
span { border-color: rgb(91,239,224); }
td.TdClassName
{
border-color: #5BEFE0;
}
.TagClassName
{
border-color: #5BEFE0;
}
</style>