Shades of Turquoise Blue #7BDFDB
Tints of Turquoise Blue #7BDFDB
RGB
CMYK
RGB Variations
Color information
#7BDFDB (or 0x7BDFDB) is known color: Turquoise Blue. HEX triplet: 7B, DF and DB. RGB value is (123,223,219). Sum of RGB (Red+Green+Blue) = 123+223+219=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFDB is #842024. Grayscale: #C0C0C0. Windows color (decimal): -8658981 or 14409595. OLE color: 14409595.
HSL color Cylindrical-coordinate representation of color #7BDFDB: hue angle of 177.6º 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 #7BDFDB is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 219 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.13 |
| HSL | 177.6º | 0.61% | 0.68% | - |
| HSV(B) | 177.6º | 0.45% | 0.87% | - |
| XYZ | 47.34 | 62.1 | 76.51 | - |
| YUV | 192.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 219 | 0.45 | 0 | 0.02 | 0.13 | 177.6 | 0.61 | 0.68 |
| Hex | 7B | DF | DB | 2D | 0 | 2 | D | B2 | 3D | 44 |
| Octal | 173 | 337 | 333 | 55 | 0 | 2 | 15 | 262 | 75 | 104 |
| Binary | 1111011 | 11011111 | 11011011 | 101101 | 0 | 10 | 1101 | 10110010 | 111101 | 1000100 |
Color Harmonies of #7BDFDB
Complementary color
Monochromatic Colors of #7BDFDB
Black with #7BDFDB
Text Example
Text Example
White with #7BDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFDB; }
p { color: rgb(123,223,219); }
H1.HeaderClassName
{
color: #7BDFDB;
}
.AnyTagClassName
{
color: #7BDFDB;
}
</style>
background-color css
<style>
a { background-color: #7BDFDB; }
a { background-color: rgb(123,223,219); }
div.DivClassName
{
background-color: #7BDFDB;
}
.BgClassName
{
background-color: #7BDFDB;
}
</style>
border-color css
<style>
span { border-color: #7BDFDB; }
span { border-color: rgb(123,223,219); }
td.TdClassName
{
border-color: #7BDFDB;
}
.TagClassName
{
border-color: #7BDFDB;
}
</style>