Shades of Turquoise Blue #7BE5DD
Tints of Turquoise Blue #7BE5DD
RGB
CMYK
RGB Variations
Color information
#7BE5DD (or 0x7BE5DD) is known color: Turquoise Blue. HEX triplet: 7B, E5 and DD. RGB value is (123,229,221). Sum of RGB (Red+Green+Blue) = 123+229+221=573 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.47% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #7BE5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE5DD is #841A22. Grayscale: #C4C4C4. Windows color (decimal): -8657443 or 14542203. OLE color: 14542203.
HSL color Cylindrical-coordinate representation of color #7BE5DD: hue angle of 175.47º 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 #7BE5DD is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 123 | 229 | 221 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.10 |
| HSL | 175.47º | 0.67% | 0.69% | - |
| HSV(B) | 175.47º | 0.46% | 0.9% | - |
| XYZ | 49.24 | 65.47 | 78.45 | - |
| YUV | 196.39 | 141.88 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 229 | 221 | 0.46 | 0 | 0.03 | 0.10 | 175.47 | 0.67 | 0.69 |
| Hex | 7B | E5 | DD | 2E | 0 | 3 | A | AF | 43 | 45 |
| Octal | 173 | 345 | 335 | 56 | 0 | 3 | 12 | 257 | 103 | 105 |
| Binary | 1111011 | 11100101 | 11011101 | 101110 | 0 | 11 | 1010 | 10101111 | 1000011 | 1000101 |
Color Harmonies of #7BE5DD
Complementary color
Monochromatic Colors of #7BE5DD
Black with #7BE5DD
Text Example
Text Example
White with #7BE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE5DD; }
p { color: rgb(123,229,221); }
H1.HeaderClassName
{
color: #7BE5DD;
}
.AnyTagClassName
{
color: #7BE5DD;
}
</style>
background-color css
<style>
a { background-color: #7BE5DD; }
a { background-color: rgb(123,229,221); }
div.DivClassName
{
background-color: #7BE5DD;
}
.BgClassName
{
background-color: #7BE5DD;
}
</style>
border-color css
<style>
span { border-color: #7BE5DD; }
span { border-color: rgb(123,229,221); }
td.TdClassName
{
border-color: #7BE5DD;
}
.TagClassName
{
border-color: #7BE5DD;
}
</style>