Shades of Turquoise Blue #7BDDDC
Tints of Turquoise Blue #7BDDDC
RGB
CMYK
RGB Variations
Color information
#7BDDDC (or 0x7BDDDC) is known color: Turquoise Blue. HEX triplet: 7B, DD and DC. RGB value is (123,221,220). Sum of RGB (Red+Green+Blue) = 123+221+220=564 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.81% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDDC is #842223. Grayscale: #BFBFBF. Windows color (decimal): -8659492 or 14474619. OLE color: 14474619.
HSL color Cylindrical-coordinate representation of color #7BDDDC: hue angle of 179.39º 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 #7BDDDC is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 220 | - |
| CMYK | 0.44 | 0 | 0.00 | 0.13 |
| HSL | 179.39º | 0.59% | 0.67% | - |
| HSV(B) | 179.39º | 0.44% | 0.87% | - |
| XYZ | 46.94 | 61.09 | 77.03 | - |
| YUV | 191.58 | 144.03 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 220 | 0.44 | 0 | 0.00 | 0.13 | 179.39 | 0.59 | 0.67 |
| Hex | 7B | DD | DC | 2C | 0 | 0 | D | B3 | 3B | 43 |
| Octal | 173 | 335 | 334 | 54 | 0 | 0 | 15 | 263 | 73 | 103 |
| Binary | 1111011 | 11011101 | 11011100 | 101100 | 0 | 0 | 1101 | 10110011 | 111011 | 1000011 |
Color Harmonies of #7BDDDC
Complementary color
Monochromatic Colors of #7BDDDC
Black with #7BDDDC
Text Example
Text Example
White with #7BDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDDC; }
p { color: rgb(123,221,220); }
H1.HeaderClassName
{
color: #7BDDDC;
}
.AnyTagClassName
{
color: #7BDDDC;
}
</style>
background-color css
<style>
a { background-color: #7BDDDC; }
a { background-color: rgb(123,221,220); }
div.DivClassName
{
background-color: #7BDDDC;
}
.BgClassName
{
background-color: #7BDDDC;
}
</style>
border-color css
<style>
span { border-color: #7BDDDC; }
span { border-color: rgb(123,221,220); }
td.TdClassName
{
border-color: #7BDDDC;
}
.TagClassName
{
border-color: #7BDDDC;
}
</style>