Shades of Turquoise Blue #7BDEDB
Tints of Turquoise Blue #7BDEDB
RGB
CMYK
RGB Variations
Color information
#7BDEDB (or 0x7BDEDB) is known color: Turquoise Blue. HEX triplet: 7B, DE and DB. RGB value is (123,222,219). Sum of RGB (Red+Green+Blue) = 123+222+219=564 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.81% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #7BDEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDEDB is #842124. Grayscale: #BFBFBF. Windows color (decimal): -8659237 or 14409339. OLE color: 14409339.
HSL color Cylindrical-coordinate representation of color #7BDEDB: hue angle of 178.18º degrees, saturation: 0.6, 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 #7BDEDB is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 222 | 219 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.13 |
| HSL | 178.18º | 0.6% | 0.68% | - |
| HSV(B) | 178.18º | 0.45% | 0.87% | - |
| XYZ | 47.08 | 61.57 | 76.42 | - |
| YUV | 192.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 219 | 0.45 | 0 | 0.01 | 0.13 | 178.18 | 0.6 | 0.68 |
| Hex | 7B | DE | DB | 2D | 0 | 1 | D | B2 | 3C | 44 |
| Octal | 173 | 336 | 333 | 55 | 0 | 1 | 15 | 262 | 74 | 104 |
| Binary | 1111011 | 11011110 | 11011011 | 101101 | 0 | 1 | 1101 | 10110010 | 111100 | 1000100 |
Color Harmonies of #7BDEDB
Complementary color
Monochromatic Colors of #7BDEDB
Black with #7BDEDB
Text Example
Text Example
White with #7BDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDEDB; }
p { color: rgb(123,222,219); }
H1.HeaderClassName
{
color: #7BDEDB;
}
.AnyTagClassName
{
color: #7BDEDB;
}
</style>
background-color css
<style>
a { background-color: #7BDEDB; }
a { background-color: rgb(123,222,219); }
div.DivClassName
{
background-color: #7BDEDB;
}
.BgClassName
{
background-color: #7BDEDB;
}
</style>
border-color css
<style>
span { border-color: #7BDEDB; }
span { border-color: rgb(123,222,219); }
td.TdClassName
{
border-color: #7BDEDB;
}
.TagClassName
{
border-color: #7BDEDB;
}
</style>