Shades of Turquoise Blue #7BDEF0
Tints of Turquoise Blue #7BDEF0
RGB
CMYK
RGB Variations
Color information
#7BDEF0 (or 0x7BDEF0) is known color: Turquoise Blue. HEX triplet: 7B, DE and F0. RGB value is (123,222,240). Sum of RGB (Red+Green+Blue) = 123+222+240=585 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.03% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #7BDEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDEF0 is #84210F. Grayscale: #C2C2C2. Windows color (decimal): -8659216 or 15785595. OLE color: 15785595.
HSL color Cylindrical-coordinate representation of color #7BDEF0: hue angle of 189.23º degrees, saturation: 0.8, 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 #7BDEF0 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 222 | 240 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.06 |
| HSL | 189.23º | 0.8% | 0.71% | - |
| HSV(B) | 189.23º | 0.49% | 0.94% | - |
| XYZ | 50.02 | 62.74 | 91.91 | - |
| YUV | 194.45 | 153.7 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 240 | 0.49 | 0.08 | 0 | 0.06 | 189.23 | 0.8 | 0.71 |
| Hex | 7B | DE | F0 | 31 | 8 | 0 | 6 | BD | 50 | 47 |
| Octal | 173 | 336 | 360 | 61 | 10 | 0 | 6 | 275 | 120 | 107 |
| Binary | 1111011 | 11011110 | 11110000 | 110001 | 1000 | 0 | 110 | 10111101 | 1010000 | 1000111 |
Color Harmonies of #7BDEF0
Complementary color
Monochromatic Colors of #7BDEF0
Black with #7BDEF0
Text Example
Text Example
White with #7BDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDEF0; }
p { color: rgb(123,222,240); }
H1.HeaderClassName
{
color: #7BDEF0;
}
.AnyTagClassName
{
color: #7BDEF0;
}
</style>
background-color css
<style>
a { background-color: #7BDEF0; }
a { background-color: rgb(123,222,240); }
div.DivClassName
{
background-color: #7BDEF0;
}
.BgClassName
{
background-color: #7BDEF0;
}
</style>
border-color css
<style>
span { border-color: #7BDEF0; }
span { border-color: rgb(123,222,240); }
td.TdClassName
{
border-color: #7BDEF0;
}
.TagClassName
{
border-color: #7BDEF0;
}
</style>