Shades of Turquoise Blue #5BEFE5
Tints of Turquoise Blue #5BEFE5
RGB
CMYK
RGB Variations
Color information
#5BEFE5 (or 0x5BEFE5) is known color: Turquoise Blue. HEX triplet: 5B, EF and E5. RGB value is (91,239,229). Sum of RGB (Red+Green+Blue) = 91+239+229=559 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.28% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEFE5 is #A4101A. Grayscale: #C1C1C1. Windows color (decimal): -10752027 or 15069019. OLE color: 15069019.
HSL color Cylindrical-coordinate representation of color #5BEFE5: hue angle of 175.95º 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 #5BEFE5 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 239 | 229 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.06 |
| HSL | 175.95º | 0.82% | 0.65% | - |
| HSV(B) | 175.95º | 0.62% | 0.94% | - |
| XYZ | 49.32 | 69.61 | 84.97 | - |
| YUV | 193.61 | 147.97 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 239 | 229 | 0.62 | 0 | 0.04 | 0.06 | 175.95 | 0.82 | 0.65 |
| Hex | 5B | EF | E5 | 3E | 0 | 4 | 6 | B0 | 52 | 41 |
| Octal | 133 | 357 | 345 | 76 | 0 | 4 | 6 | 260 | 122 | 101 |
| Binary | 1011011 | 11101111 | 11100101 | 111110 | 0 | 100 | 110 | 10110000 | 1010010 | 1000001 |
Color Harmonies of #5BEFE5
Complementary color
Monochromatic Colors of #5BEFE5
Black with #5BEFE5
Text Example
Text Example
White with #5BEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEFE5; }
p { color: rgb(91,239,229); }
H1.HeaderClassName
{
color: #5BEFE5;
}
.AnyTagClassName
{
color: #5BEFE5;
}
</style>
background-color css
<style>
a { background-color: #5BEFE5; }
a { background-color: rgb(91,239,229); }
div.DivClassName
{
background-color: #5BEFE5;
}
.BgClassName
{
background-color: #5BEFE5;
}
</style>
border-color css
<style>
span { border-color: #5BEFE5; }
span { border-color: rgb(91,239,229); }
td.TdClassName
{
border-color: #5BEFE5;
}
.TagClassName
{
border-color: #5BEFE5;
}
</style>