Shades of Turquoise Blue #7BDEF5
Tints of Turquoise Blue #7BDEF5
RGB
CMYK
RGB Variations
Color information
#7BDEF5 (or 0x7BDEF5) is known color: Turquoise Blue. HEX triplet: 7B, DE and F5. RGB value is (123,222,245). Sum of RGB (Red+Green+Blue) = 123+222+245=590 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.85% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 245 - color contains mainly: blue. Hex color #7BDEF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDEF5 is #84210A. Grayscale: #C2C2C2. Windows color (decimal): -8659211 or 16113275. OLE color: 16113275.
HSL color Cylindrical-coordinate representation of color #7BDEF5: hue angle of 191.31º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BDEF5 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 222 | 245 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.04 |
| HSL | 191.31º | 0.86% | 0.72% | - |
| HSV(B) | 191.31º | 0.5% | 0.96% | - |
| XYZ | 50.77 | 63.05 | 95.88 | - |
| YUV | 195.02 | 156.2 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 245 | 0.50 | 0.09 | 0 | 0.04 | 191.31 | 0.86 | 0.72 |
| Hex | 7B | DE | F5 | 32 | 9 | 0 | 4 | BF | 56 | 48 |
| Octal | 173 | 336 | 365 | 62 | 11 | 0 | 4 | 277 | 126 | 110 |
| Binary | 1111011 | 11011110 | 11110101 | 110010 | 1001 | 0 | 100 | 10111111 | 1010110 | 1001000 |
Color Harmonies of #7BDEF5
Complementary color
Monochromatic Colors of #7BDEF5
Black with #7BDEF5
Text Example
Text Example
White with #7BDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDEF5; }
p { color: rgb(123,222,245); }
H1.HeaderClassName
{
color: #7BDEF5;
}
.AnyTagClassName
{
color: #7BDEF5;
}
</style>
background-color css
<style>
a { background-color: #7BDEF5; }
a { background-color: rgb(123,222,245); }
div.DivClassName
{
background-color: #7BDEF5;
}
.BgClassName
{
background-color: #7BDEF5;
}
</style>
border-color css
<style>
span { border-color: #7BDEF5; }
span { border-color: rgb(123,222,245); }
td.TdClassName
{
border-color: #7BDEF5;
}
.TagClassName
{
border-color: #7BDEF5;
}
</style>