Shades of Turquoise Blue #7BE5DF
Tints of Turquoise Blue #7BE5DF
RGB
CMYK
RGB Variations
Color information
#7BE5DF (or 0x7BE5DF) is known color: Turquoise Blue. HEX triplet: 7B, E5 and DF. RGB value is (123,229,223). Sum of RGB (Red+Green+Blue) = 123+229+223=575 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.39% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #7BE5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE5DF is #841A20. Grayscale: #C4C4C4. Windows color (decimal): -8657441 or 14673275. OLE color: 14673275.
HSL color Cylindrical-coordinate representation of color #7BE5DF: hue angle of 176.6º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE5DF is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 123 | 229 | 223 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.10 |
| HSL | 176.6º | 0.67% | 0.69% | - |
| HSV(B) | 176.6º | 0.46% | 0.9% | - |
| XYZ | 49.51 | 65.58 | 79.86 | - |
| YUV | 196.62 | 142.88 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 229 | 223 | 0.46 | 0 | 0.03 | 0.10 | 176.6 | 0.67 | 0.69 |
| Hex | 7B | E5 | DF | 2E | 0 | 3 | A | B1 | 43 | 45 |
| Octal | 173 | 345 | 337 | 56 | 0 | 3 | 12 | 261 | 103 | 105 |
| Binary | 1111011 | 11100101 | 11011111 | 101110 | 0 | 11 | 1010 | 10110001 | 1000011 | 1000101 |
Color Harmonies of #7BE5DF
Complementary color
Monochromatic Colors of #7BE5DF
Black with #7BE5DF
Text Example
Text Example
White with #7BE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE5DF; }
p { color: rgb(123,229,223); }
H1.HeaderClassName
{
color: #7BE5DF;
}
.AnyTagClassName
{
color: #7BE5DF;
}
</style>
background-color css
<style>
a { background-color: #7BE5DF; }
a { background-color: rgb(123,229,223); }
div.DivClassName
{
background-color: #7BE5DF;
}
.BgClassName
{
background-color: #7BE5DF;
}
</style>
border-color css
<style>
span { border-color: #7BE5DF; }
span { border-color: rgb(123,229,223); }
td.TdClassName
{
border-color: #7BE5DF;
}
.TagClassName
{
border-color: #7BE5DF;
}
</style>