Shades of Turquoise Blue #7BDDDA
Tints of Turquoise Blue #7BDDDA
RGB
CMYK
RGB Variations
Color information
#7BDDDA (or 0x7BDDDA) is known color: Turquoise Blue. HEX triplet: 7B, DD and DA. RGB value is (123,221,218). Sum of RGB (Red+Green+Blue) = 123+221+218=562 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.89% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDDA is #842225. Grayscale: #BFBFBF. Windows color (decimal): -8659494 or 14343547. OLE color: 14343547.
HSL color Cylindrical-coordinate representation of color #7BDDDA: hue angle of 178.16º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDDDA is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 218 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.13 |
| HSL | 178.16º | 0.59% | 0.67% | - |
| HSV(B) | 178.16º | 0.44% | 0.87% | - |
| XYZ | 46.68 | 60.99 | 75.64 | - |
| YUV | 191.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 218 | 0.44 | 0 | 0.01 | 0.13 | 178.16 | 0.59 | 0.67 |
| Hex | 7B | DD | DA | 2C | 0 | 1 | D | B2 | 3B | 43 |
| Octal | 173 | 335 | 332 | 54 | 0 | 1 | 15 | 262 | 73 | 103 |
| Binary | 1111011 | 11011101 | 11011010 | 101100 | 0 | 1 | 1101 | 10110010 | 111011 | 1000011 |
Color Harmonies of #7BDDDA
Complementary color
Monochromatic Colors of #7BDDDA
Black with #7BDDDA
Text Example
Text Example
White with #7BDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDDA; }
p { color: rgb(123,221,218); }
H1.HeaderClassName
{
color: #7BDDDA;
}
.AnyTagClassName
{
color: #7BDDDA;
}
</style>
background-color css
<style>
a { background-color: #7BDDDA; }
a { background-color: rgb(123,221,218); }
div.DivClassName
{
background-color: #7BDDDA;
}
.BgClassName
{
background-color: #7BDDDA;
}
</style>
border-color css
<style>
span { border-color: #7BDDDA; }
span { border-color: rgb(123,221,218); }
td.TdClassName
{
border-color: #7BDDDA;
}
.TagClassName
{
border-color: #7BDDDA;
}
</style>