Shades of Turquoise Blue #7BE1DB
Tints of Turquoise Blue #7BE1DB
RGB
CMYK
RGB Variations
Color information
#7BE1DB (or 0x7BE1DB) is known color: Turquoise Blue. HEX triplet: 7B, E1 and DB. RGB value is (123,225,219). Sum of RGB (Red+Green+Blue) = 123+225+219=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #7BE1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE1DB is #841E24. Grayscale: #C1C1C1. Windows color (decimal): -8658469 or 14410107. OLE color: 14410107.
HSL color Cylindrical-coordinate representation of color #7BE1DB: hue angle of 176.47º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BE1DB is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 225 | 219 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.12 |
| HSL | 176.47º | 0.63% | 0.68% | - |
| HSV(B) | 176.47º | 0.45% | 0.88% | - |
| XYZ | 47.88 | 63.18 | 76.69 | - |
| YUV | 193.82 | 142.21 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 225 | 219 | 0.45 | 0 | 0.03 | 0.12 | 176.47 | 0.63 | 0.68 |
| Hex | 7B | E1 | DB | 2D | 0 | 3 | C | B0 | 3F | 44 |
| Octal | 173 | 341 | 333 | 55 | 0 | 3 | 14 | 260 | 77 | 104 |
| Binary | 1111011 | 11100001 | 11011011 | 101101 | 0 | 11 | 1100 | 10110000 | 111111 | 1000100 |
Color Harmonies of #7BE1DB
Complementary color
Monochromatic Colors of #7BE1DB
Black with #7BE1DB
Text Example
Text Example
White with #7BE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE1DB; }
p { color: rgb(123,225,219); }
H1.HeaderClassName
{
color: #7BE1DB;
}
.AnyTagClassName
{
color: #7BE1DB;
}
</style>
background-color css
<style>
a { background-color: #7BE1DB; }
a { background-color: rgb(123,225,219); }
div.DivClassName
{
background-color: #7BE1DB;
}
.BgClassName
{
background-color: #7BE1DB;
}
</style>
border-color css
<style>
span { border-color: #7BE1DB; }
span { border-color: rgb(123,225,219); }
td.TdClassName
{
border-color: #7BE1DB;
}
.TagClassName
{
border-color: #7BE1DB;
}
</style>