Shades of Turquoise Blue #7BDDDB
Tints of Turquoise Blue #7BDDDB
RGB
CMYK
RGB Variations
Color information
#7BDDDB (or 0x7BDDDB) is known color: Turquoise Blue. HEX triplet: 7B, DD and DB. RGB value is (123,221,219). Sum of RGB (Red+Green+Blue) = 123+221+219=563 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.85% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDDB is #842224. Grayscale: #BFBFBF. Windows color (decimal): -8659493 or 14409083. OLE color: 14409083.
HSL color Cylindrical-coordinate representation of color #7BDDDB: hue angle of 178.78º 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 #7BDDDB is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 219 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.13 |
| HSL | 178.78º | 0.59% | 0.67% | - |
| HSV(B) | 178.78º | 0.44% | 0.87% | - |
| XYZ | 46.81 | 61.04 | 76.33 | - |
| YUV | 191.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 219 | 0.44 | 0 | 0.01 | 0.13 | 178.78 | 0.59 | 0.67 |
| Hex | 7B | DD | DB | 2C | 0 | 1 | D | B3 | 3B | 43 |
| Octal | 173 | 335 | 333 | 54 | 0 | 1 | 15 | 263 | 73 | 103 |
| Binary | 1111011 | 11011101 | 11011011 | 101100 | 0 | 1 | 1101 | 10110011 | 111011 | 1000011 |
Color Harmonies of #7BDDDB
Complementary color
Monochromatic Colors of #7BDDDB
Black with #7BDDDB
Text Example
Text Example
White with #7BDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDDB; }
p { color: rgb(123,221,219); }
H1.HeaderClassName
{
color: #7BDDDB;
}
.AnyTagClassName
{
color: #7BDDDB;
}
</style>
background-color css
<style>
a { background-color: #7BDDDB; }
a { background-color: rgb(123,221,219); }
div.DivClassName
{
background-color: #7BDDDB;
}
.BgClassName
{
background-color: #7BDDDB;
}
</style>
border-color css
<style>
span { border-color: #7BDDDB; }
span { border-color: rgb(123,221,219); }
td.TdClassName
{
border-color: #7BDDDB;
}
.TagClassName
{
border-color: #7BDDDB;
}
</style>