Shades of Turquoise Blue #7BE6E3
Tints of Turquoise Blue #7BE6E3
RGB
CMYK
RGB Variations
Color information
#7BE6E3 (or 0x7BE6E3) is known color: Turquoise Blue. HEX triplet: 7B, E6 and E3. RGB value is (123,230,227). Sum of RGB (Red+Green+Blue) = 123+230+227=580 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.21% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #7BE6E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE6E3 is #84191C. Grayscale: #C5C5C5. Windows color (decimal): -8657181 or 14935675. OLE color: 14935675.
HSL color Cylindrical-coordinate representation of color #7BE6E3: hue angle of 178.32º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE6E3 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 123 | 230 | 227 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.10 |
| HSL | 178.32º | 0.68% | 0.69% | - |
| HSV(B) | 178.32º | 0.47% | 0.9% | - |
| XYZ | 50.33 | 66.35 | 82.83 | - |
| YUV | 197.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 230 | 227 | 0.47 | 0 | 0.01 | 0.10 | 178.32 | 0.68 | 0.69 |
| Hex | 7B | E6 | E3 | 2F | 0 | 1 | A | B2 | 44 | 45 |
| Octal | 173 | 346 | 343 | 57 | 0 | 1 | 12 | 262 | 104 | 105 |
| Binary | 1111011 | 11100110 | 11100011 | 101111 | 0 | 1 | 1010 | 10110010 | 1000100 | 1000101 |
Color Harmonies of #7BE6E3
Complementary color
Monochromatic Colors of #7BE6E3
Black with #7BE6E3
Text Example
Text Example
White with #7BE6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE6E3; }
p { color: rgb(123,230,227); }
H1.HeaderClassName
{
color: #7BE6E3;
}
.AnyTagClassName
{
color: #7BE6E3;
}
</style>
background-color css
<style>
a { background-color: #7BE6E3; }
a { background-color: rgb(123,230,227); }
div.DivClassName
{
background-color: #7BE6E3;
}
.BgClassName
{
background-color: #7BE6E3;
}
</style>
border-color css
<style>
span { border-color: #7BE6E3; }
span { border-color: rgb(123,230,227); }
td.TdClassName
{
border-color: #7BE6E3;
}
.TagClassName
{
border-color: #7BE6E3;
}
</style>