Shades of Turquoise Blue #7BDDDD
Tints of Turquoise Blue #7BDDDD
RGB
CMYK
RGB Variations
Color information
#7BDDDD (or 0x7BDDDD) is known color: Turquoise Blue. HEX triplet: 7B, DD and DD. RGB value is (123,221,221). Sum of RGB (Red+Green+Blue) = 123+221+221=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #7BDDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDDD is #842222. Grayscale: #BFBFBF. Windows color (decimal): -8659491 or 14540155. OLE color: 14540155.
HSL color Cylindrical-coordinate representation of color #7BDDDD: hue angle of 180º 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 #7BDDDD is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 221 | - |
| CMYK | 0.44 | 0 | 0 | 0.13 |
| HSL | 180º | 0.59% | 0.67% | - |
| HSV(B) | 180º | 0.44% | 0.87% | - |
| XYZ | 47.08 | 61.14 | 77.73 | - |
| YUV | 191.7 | 144.53 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 221 | 0.44 | 0 | 0 | 0.13 | 180 | 0.59 | 0.67 |
| Hex | 7B | DD | DD | 2C | 0 | 0 | D | B4 | 3B | 43 |
| Octal | 173 | 335 | 335 | 54 | 0 | 0 | 15 | 264 | 73 | 103 |
| Binary | 1111011 | 11011101 | 11011101 | 101100 | 0 | 0 | 1101 | 10110100 | 111011 | 1000011 |
Color Harmonies of #7BDDDD
Complementary color
Monochromatic Colors of #7BDDDD
Black with #7BDDDD
Text Example
Text Example
White with #7BDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDDD; }
p { color: rgb(123,221,221); }
H1.HeaderClassName
{
color: #7BDDDD;
}
.AnyTagClassName
{
color: #7BDDDD;
}
</style>
background-color css
<style>
a { background-color: #7BDDDD; }
a { background-color: rgb(123,221,221); }
div.DivClassName
{
background-color: #7BDDDD;
}
.BgClassName
{
background-color: #7BDDDD;
}
</style>
border-color css
<style>
span { border-color: #7BDDDD; }
span { border-color: rgb(123,221,221); }
td.TdClassName
{
border-color: #7BDDDD;
}
.TagClassName
{
border-color: #7BDDDD;
}
</style>