Shades of Turquoise Blue #7BE5EF
Tints of Turquoise Blue #7BE5EF
RGB
CMYK
RGB Variations
Color information
#7BE5EF (or 0x7BE5EF) is known color: Turquoise Blue. HEX triplet: 7B, E5 and EF. RGB value is (123,229,239). Sum of RGB (Red+Green+Blue) = 123+229+239=591 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.81% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BE5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE5EF is #841A10. Grayscale: #C6C6C6. Windows color (decimal): -8657425 or 15721851. OLE color: 15721851.
HSL color Cylindrical-coordinate representation of color #7BE5EF: hue angle of 185.17º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BE5EF is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 229 | 239 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.06 |
| HSL | 185.17º | 0.78% | 0.71% | - |
| HSV(B) | 185.17º | 0.49% | 0.94% | - |
| XYZ | 51.77 | 66.48 | 91.77 | - |
| YUV | 198.45 | 150.88 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 229 | 239 | 0.49 | 0.04 | 0 | 0.06 | 185.17 | 0.78 | 0.71 |
| Hex | 7B | E5 | EF | 31 | 4 | 0 | 6 | B9 | 4E | 47 |
| Octal | 173 | 345 | 357 | 61 | 4 | 0 | 6 | 271 | 116 | 107 |
| Binary | 1111011 | 11100101 | 11101111 | 110001 | 100 | 0 | 110 | 10111001 | 1001110 | 1000111 |
Color Harmonies of #7BE5EF
Complementary color
Monochromatic Colors of #7BE5EF
Black with #7BE5EF
Text Example
Text Example
White with #7BE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE5EF; }
p { color: rgb(123,229,239); }
H1.HeaderClassName
{
color: #7BE5EF;
}
.AnyTagClassName
{
color: #7BE5EF;
}
</style>
background-color css
<style>
a { background-color: #7BE5EF; }
a { background-color: rgb(123,229,239); }
div.DivClassName
{
background-color: #7BE5EF;
}
.BgClassName
{
background-color: #7BE5EF;
}
</style>
border-color css
<style>
span { border-color: #7BE5EF; }
span { border-color: rgb(123,229,239); }
td.TdClassName
{
border-color: #7BE5EF;
}
.TagClassName
{
border-color: #7BE5EF;
}
</style>