Shades of Turquoise Blue #7BE9E6
Tints of Turquoise Blue #7BE9E6
RGB
CMYK
RGB Variations
Color information
#7BE9E6 (or 0x7BE9E6) is known color: Turquoise Blue. HEX triplet: 7B, E9 and E6. RGB value is (123,233,230). Sum of RGB (Red+Green+Blue) = 123+233+230=586 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.99% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #7BE9E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BE9E6 is #841619. Grayscale: #C7C7C7. Windows color (decimal): -8656410 or 15133051. OLE color: 15133051.
HSL color Cylindrical-coordinate representation of color #7BE9E6: hue angle of 178.36º 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 #7BE9E6 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 233 | 230 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.09 |
| HSL | 178.36º | 0.71% | 0.7% | - |
| HSV(B) | 178.36º | 0.47% | 0.91% | - |
| XYZ | 51.59 | 68.2 | 85.31 | - |
| YUV | 199.77 | 145.06 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 233 | 230 | 0.47 | 0 | 0.01 | 0.09 | 178.36 | 0.71 | 0.7 |
| Hex | 7B | E9 | E6 | 2F | 0 | 1 | 9 | B2 | 47 | 46 |
| Octal | 173 | 351 | 346 | 57 | 0 | 1 | 11 | 262 | 107 | 106 |
| Binary | 1111011 | 11101001 | 11100110 | 101111 | 0 | 1 | 1001 | 10110010 | 1000111 | 1000110 |
Color Harmonies of #7BE9E6
Complementary color
Monochromatic Colors of #7BE9E6
Black with #7BE9E6
Text Example
Text Example
White with #7BE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE9E6; }
p { color: rgb(123,233,230); }
H1.HeaderClassName
{
color: #7BE9E6;
}
.AnyTagClassName
{
color: #7BE9E6;
}
</style>
background-color css
<style>
a { background-color: #7BE9E6; }
a { background-color: rgb(123,233,230); }
div.DivClassName
{
background-color: #7BE9E6;
}
.BgClassName
{
background-color: #7BE9E6;
}
</style>
border-color css
<style>
span { border-color: #7BE9E6; }
span { border-color: rgb(123,233,230); }
td.TdClassName
{
border-color: #7BE9E6;
}
.TagClassName
{
border-color: #7BE9E6;
}
</style>