Shades of Turquoise Blue #7BE4DB
Tints of Turquoise Blue #7BE4DB
RGB
CMYK
RGB Variations
Color information
#7BE4DB (or 0x7BE4DB) is known color: Turquoise Blue. HEX triplet: 7B, E4 and DB. RGB value is (123,228,219). Sum of RGB (Red+Green+Blue) = 123+228+219=570 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.58% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #7BE4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE4DB is #841B24. Grayscale: #C3C3C3. Windows color (decimal): -8657701 or 14410875. OLE color: 14410875.
HSL color Cylindrical-coordinate representation of color #7BE4DB: hue angle of 174.86º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE4DB is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 228 | 219 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.11 |
| HSL | 174.86º | 0.66% | 0.69% | - |
| HSV(B) | 174.86º | 0.46% | 0.89% | - |
| XYZ | 48.7 | 64.81 | 76.96 | - |
| YUV | 195.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 228 | 219 | 0.46 | 0 | 0.04 | 0.11 | 174.86 | 0.66 | 0.69 |
| Hex | 7B | E4 | DB | 2E | 0 | 4 | B | AF | 42 | 45 |
| Octal | 173 | 344 | 333 | 56 | 0 | 4 | 13 | 257 | 102 | 105 |
| Binary | 1111011 | 11100100 | 11011011 | 101110 | 0 | 100 | 1011 | 10101111 | 1000010 | 1000101 |
Color Harmonies of #7BE4DB
Complementary color
Monochromatic Colors of #7BE4DB
Black with #7BE4DB
Text Example
Text Example
White with #7BE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE4DB; }
p { color: rgb(123,228,219); }
H1.HeaderClassName
{
color: #7BE4DB;
}
.AnyTagClassName
{
color: #7BE4DB;
}
</style>
background-color css
<style>
a { background-color: #7BE4DB; }
a { background-color: rgb(123,228,219); }
div.DivClassName
{
background-color: #7BE4DB;
}
.BgClassName
{
background-color: #7BE4DB;
}
</style>
border-color css
<style>
span { border-color: #7BE4DB; }
span { border-color: rgb(123,228,219); }
td.TdClassName
{
border-color: #7BE4DB;
}
.TagClassName
{
border-color: #7BE4DB;
}
</style>