Shades of Turquoise Blue #7BE9E3
Tints of Turquoise Blue #7BE9E3
RGB
CMYK
RGB Variations
Color information
#7BE9E3 (or 0x7BE9E3) is known color: Turquoise Blue. HEX triplet: 7B, E9 and E3. RGB value is (123,233,227). Sum of RGB (Red+Green+Blue) = 123+233+227=583 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.10% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #7BE9E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE9E3 is #84161C. Grayscale: #C7C7C7. Windows color (decimal): -8656413 or 14936443. OLE color: 14936443.
HSL color Cylindrical-coordinate representation of color #7BE9E3: hue angle of 176.73º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE9E3 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 233 | 227 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.09 |
| HSL | 176.73º | 0.71% | 0.7% | - |
| HSV(B) | 176.73º | 0.47% | 0.91% | - |
| XYZ | 51.17 | 68.03 | 83.11 | - |
| YUV | 199.43 | 143.56 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 233 | 227 | 0.47 | 0 | 0.03 | 0.09 | 176.73 | 0.71 | 0.7 |
| Hex | 7B | E9 | E3 | 2F | 0 | 3 | 9 | B1 | 47 | 46 |
| Octal | 173 | 351 | 343 | 57 | 0 | 3 | 11 | 261 | 107 | 106 |
| Binary | 1111011 | 11101001 | 11100011 | 101111 | 0 | 11 | 1001 | 10110001 | 1000111 | 1000110 |
Color Harmonies of #7BE9E3
Complementary color
Monochromatic Colors of #7BE9E3
Black with #7BE9E3
Text Example
Text Example
White with #7BE9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE9E3; }
p { color: rgb(123,233,227); }
H1.HeaderClassName
{
color: #7BE9E3;
}
.AnyTagClassName
{
color: #7BE9E3;
}
</style>
background-color css
<style>
a { background-color: #7BE9E3; }
a { background-color: rgb(123,233,227); }
div.DivClassName
{
background-color: #7BE9E3;
}
.BgClassName
{
background-color: #7BE9E3;
}
</style>
border-color css
<style>
span { border-color: #7BE9E3; }
span { border-color: rgb(123,233,227); }
td.TdClassName
{
border-color: #7BE9E3;
}
.TagClassName
{
border-color: #7BE9E3;
}
</style>