Shades of Turquoise Blue #7BDEF6
Tints of Turquoise Blue #7BDEF6
RGB
CMYK
RGB Variations
Color information
#7BDEF6 (or 0x7BDEF6) is known color: Turquoise Blue. HEX triplet: 7B, DE and F6. RGB value is (123,222,246). Sum of RGB (Red+Green+Blue) = 123+222+246=591 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.81% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #7BDEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDEF6 is #842109. Grayscale: #C2C2C2. Windows color (decimal): -8659210 or 16178811. OLE color: 16178811.
HSL color Cylindrical-coordinate representation of color #7BDEF6: hue angle of 191.71º degrees, saturation: 0.87, 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 #7BDEF6 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 222 | 246 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.04 |
| HSL | 191.71º | 0.87% | 0.72% | - |
| HSV(B) | 191.71º | 0.5% | 0.96% | - |
| XYZ | 50.92 | 63.11 | 96.69 | - |
| YUV | 195.14 | 156.7 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 246 | 0.50 | 0.10 | 0 | 0.04 | 191.71 | 0.87 | 0.72 |
| Hex | 7B | DE | F6 | 32 | A | 0 | 4 | C0 | 57 | 48 |
| Octal | 173 | 336 | 366 | 62 | 12 | 0 | 4 | 300 | 127 | 110 |
| Binary | 1111011 | 11011110 | 11110110 | 110010 | 1010 | 0 | 100 | 11000000 | 1010111 | 1001000 |
Color Harmonies of #7BDEF6
Complementary color
Monochromatic Colors of #7BDEF6
Black with #7BDEF6
Text Example
Text Example
White with #7BDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDEF6; }
p { color: rgb(123,222,246); }
H1.HeaderClassName
{
color: #7BDEF6;
}
.AnyTagClassName
{
color: #7BDEF6;
}
</style>
background-color css
<style>
a { background-color: #7BDEF6; }
a { background-color: rgb(123,222,246); }
div.DivClassName
{
background-color: #7BDEF6;
}
.BgClassName
{
background-color: #7BDEF6;
}
</style>
border-color css
<style>
span { border-color: #7BDEF6; }
span { border-color: rgb(123,222,246); }
td.TdClassName
{
border-color: #7BDEF6;
}
.TagClassName
{
border-color: #7BDEF6;
}
</style>