Shades of Turquoise Blue #7BDFDD
Tints of Turquoise Blue #7BDFDD
RGB
CMYK
RGB Variations
Color information
#7BDFDD (or 0x7BDFDD) is known color: Turquoise Blue. HEX triplet: 7B, DF and DD. RGB value is (123,223,221). Sum of RGB (Red+Green+Blue) = 123+223+221=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFDD is #842022. Grayscale: #C0C0C0. Windows color (decimal): -8658979 or 14540667. OLE color: 14540667.
HSL color Cylindrical-coordinate representation of color #7BDFDD: hue angle of 178.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDFDD is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 221 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.13 |
| HSL | 178.8º | 0.61% | 0.68% | - |
| HSV(B) | 178.8º | 0.45% | 0.87% | - |
| XYZ | 47.61 | 62.21 | 77.9 | - |
| YUV | 192.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 221 | 0.45 | 0 | 0.01 | 0.13 | 178.8 | 0.61 | 0.68 |
| Hex | 7B | DF | DD | 2D | 0 | 1 | D | B3 | 3D | 44 |
| Octal | 173 | 337 | 335 | 55 | 0 | 1 | 15 | 263 | 75 | 104 |
| Binary | 1111011 | 11011111 | 11011101 | 101101 | 0 | 1 | 1101 | 10110011 | 111101 | 1000100 |
Color Harmonies of #7BDFDD
Complementary color
Monochromatic Colors of #7BDFDD
Black with #7BDFDD
Text Example
Text Example
White with #7BDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFDD; }
p { color: rgb(123,223,221); }
H1.HeaderClassName
{
color: #7BDFDD;
}
.AnyTagClassName
{
color: #7BDFDD;
}
</style>
background-color css
<style>
a { background-color: #7BDFDD; }
a { background-color: rgb(123,223,221); }
div.DivClassName
{
background-color: #7BDFDD;
}
.BgClassName
{
background-color: #7BDFDD;
}
</style>
border-color css
<style>
span { border-color: #7BDFDD; }
span { border-color: rgb(123,223,221); }
td.TdClassName
{
border-color: #7BDFDD;
}
.TagClassName
{
border-color: #7BDFDD;
}
</style>