Shades of Turquoise Blue #7BDBE8
Tints of Turquoise Blue #7BDBE8
RGB
CMYK
RGB Variations
Color information
#7BDBE8 (or 0x7BDBE8) is known color: Turquoise Blue. HEX triplet: 7B, DB and E8. RGB value is (123,219,232). Sum of RGB (Red+Green+Blue) = 123+219+232=574 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.43% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 232 - color contains mainly: blue. Hex color #7BDBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDBE8 is #842417. Grayscale: #BFBFBF. Windows color (decimal): -8659992 or 15260539. OLE color: 15260539.
HSL color Cylindrical-coordinate representation of color #7BDBE8: hue angle of 187.16º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BDBE8 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 219 | 232 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.09 |
| HSL | 187.16º | 0.7% | 0.7% | - |
| HSV(B) | 187.16º | 0.47% | 0.91% | - |
| XYZ | 48.07 | 60.7 | 85.53 | - |
| YUV | 191.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 232 | 0.47 | 0.06 | 0 | 0.09 | 187.16 | 0.7 | 0.7 |
| Hex | 7B | DB | E8 | 2F | 6 | 0 | 9 | BB | 46 | 46 |
| Octal | 173 | 333 | 350 | 57 | 6 | 0 | 11 | 273 | 106 | 106 |
| Binary | 1111011 | 11011011 | 11101000 | 101111 | 110 | 0 | 1001 | 10111011 | 1000110 | 1000110 |
Color Harmonies of #7BDBE8
Complementary color
Monochromatic Colors of #7BDBE8
Black with #7BDBE8
Text Example
Text Example
White with #7BDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBE8; }
p { color: rgb(123,219,232); }
H1.HeaderClassName
{
color: #7BDBE8;
}
.AnyTagClassName
{
color: #7BDBE8;
}
</style>
background-color css
<style>
a { background-color: #7BDBE8; }
a { background-color: rgb(123,219,232); }
div.DivClassName
{
background-color: #7BDBE8;
}
.BgClassName
{
background-color: #7BDBE8;
}
</style>
border-color css
<style>
span { border-color: #7BDBE8; }
span { border-color: rgb(123,219,232); }
td.TdClassName
{
border-color: #7BDBE8;
}
.TagClassName
{
border-color: #7BDBE8;
}
</style>