Shades of Turquoise Blue #7BDBEF
Tints of Turquoise Blue #7BDBEF
RGB
CMYK
RGB Variations
Color information
#7BDBEF (or 0x7BDBEF) is known color: Turquoise Blue. HEX triplet: 7B, DB and EF. RGB value is (123,219,239). Sum of RGB (Red+Green+Blue) = 123+219+239=581 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.17% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BDBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDBEF is #842410. Grayscale: #C0C0C0. Windows color (decimal): -8659985 or 15719291. OLE color: 15719291.
HSL color Cylindrical-coordinate representation of color #7BDBEF: hue angle of 190.34º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BDBEF is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 219 | 239 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.06 |
| HSL | 190.34º | 0.78% | 0.71% | - |
| HSV(B) | 190.34º | 0.49% | 0.94% | - |
| XYZ | 49.08 | 61.11 | 90.87 | - |
| YUV | 192.58 | 154.2 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 239 | 0.49 | 0.08 | 0 | 0.06 | 190.34 | 0.78 | 0.71 |
| Hex | 7B | DB | EF | 31 | 8 | 0 | 6 | BE | 4E | 47 |
| Octal | 173 | 333 | 357 | 61 | 10 | 0 | 6 | 276 | 116 | 107 |
| Binary | 1111011 | 11011011 | 11101111 | 110001 | 1000 | 0 | 110 | 10111110 | 1001110 | 1000111 |
Color Harmonies of #7BDBEF
Complementary color
Monochromatic Colors of #7BDBEF
Black with #7BDBEF
Text Example
Text Example
White with #7BDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBEF; }
p { color: rgb(123,219,239); }
H1.HeaderClassName
{
color: #7BDBEF;
}
.AnyTagClassName
{
color: #7BDBEF;
}
</style>
background-color css
<style>
a { background-color: #7BDBEF; }
a { background-color: rgb(123,219,239); }
div.DivClassName
{
background-color: #7BDBEF;
}
.BgClassName
{
background-color: #7BDBEF;
}
</style>
border-color css
<style>
span { border-color: #7BDBEF; }
span { border-color: rgb(123,219,239); }
td.TdClassName
{
border-color: #7BDBEF;
}
.TagClassName
{
border-color: #7BDBEF;
}
</style>