Shades of Turquoise Blue #7BDEEF
Tints of Turquoise Blue #7BDEEF
RGB
CMYK
RGB Variations
Color information
#7BDEEF (or 0x7BDEEF) is known color: Turquoise Blue. HEX triplet: 7B, DE and EF. RGB value is (123,222,239). Sum of RGB (Red+Green+Blue) = 123+222+239=584 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.06% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDEEF is #842110. Grayscale: #C2C2C2. Windows color (decimal): -8659217 or 15720059. OLE color: 15720059.
HSL color Cylindrical-coordinate representation of color #7BDEEF: hue angle of 188.79º 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 #7BDEEF is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 222 | 239 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.06 |
| HSL | 188.79º | 0.78% | 0.71% | - |
| HSV(B) | 188.79º | 0.49% | 0.94% | - |
| XYZ | 49.87 | 62.69 | 91.13 | - |
| YUV | 194.34 | 153.2 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 239 | 0.49 | 0.07 | 0 | 0.06 | 188.79 | 0.78 | 0.71 |
| Hex | 7B | DE | EF | 31 | 7 | 0 | 6 | BD | 4E | 47 |
| Octal | 173 | 336 | 357 | 61 | 7 | 0 | 6 | 275 | 116 | 107 |
| Binary | 1111011 | 11011110 | 11101111 | 110001 | 111 | 0 | 110 | 10111101 | 1001110 | 1000111 |
Color Harmonies of #7BDEEF
Complementary color
Monochromatic Colors of #7BDEEF
Black with #7BDEEF
Text Example
Text Example
White with #7BDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDEEF; }
p { color: rgb(123,222,239); }
H1.HeaderClassName
{
color: #7BDEEF;
}
.AnyTagClassName
{
color: #7BDEEF;
}
</style>
background-color css
<style>
a { background-color: #7BDEEF; }
a { background-color: rgb(123,222,239); }
div.DivClassName
{
background-color: #7BDEEF;
}
.BgClassName
{
background-color: #7BDEEF;
}
</style>
border-color css
<style>
span { border-color: #7BDEEF; }
span { border-color: rgb(123,222,239); }
td.TdClassName
{
border-color: #7BDEEF;
}
.TagClassName
{
border-color: #7BDEEF;
}
</style>