Shades of Turquoise Blue #7BDFEA
Tints of Turquoise Blue #7BDFEA
RGB
CMYK
RGB Variations
Color information
#7BDFEA (or 0x7BDFEA) is known color: Turquoise Blue. HEX triplet: 7B, DF and EA. RGB value is (123,223,234). Sum of RGB (Red+Green+Blue) = 123+223+234=580 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.21% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #7BDFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDFEA is #842015. Grayscale: #C2C2C2. Windows color (decimal): -8658966 or 15392635. OLE color: 15392635.
HSL color Cylindrical-coordinate representation of color #7BDFEA: hue angle of 185.95º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BDFEA is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 223 | 234 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.08 |
| HSL | 185.95º | 0.73% | 0.7% | - |
| HSV(B) | 185.95º | 0.47% | 0.92% | - |
| XYZ | 49.41 | 62.93 | 87.38 | - |
| YUV | 194.35 | 150.37 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 234 | 0.47 | 0.05 | 0 | 0.08 | 185.95 | 0.73 | 0.7 |
| Hex | 7B | DF | EA | 2F | 5 | 0 | 8 | BA | 49 | 46 |
| Octal | 173 | 337 | 352 | 57 | 5 | 0 | 10 | 272 | 111 | 106 |
| Binary | 1111011 | 11011111 | 11101010 | 101111 | 101 | 0 | 1000 | 10111010 | 1001001 | 1000110 |
Color Harmonies of #7BDFEA
Complementary color
Monochromatic Colors of #7BDFEA
Black with #7BDFEA
Text Example
Text Example
White with #7BDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFEA; }
p { color: rgb(123,223,234); }
H1.HeaderClassName
{
color: #7BDFEA;
}
.AnyTagClassName
{
color: #7BDFEA;
}
</style>
background-color css
<style>
a { background-color: #7BDFEA; }
a { background-color: rgb(123,223,234); }
div.DivClassName
{
background-color: #7BDFEA;
}
.BgClassName
{
background-color: #7BDFEA;
}
</style>
border-color css
<style>
span { border-color: #7BDFEA; }
span { border-color: rgb(123,223,234); }
td.TdClassName
{
border-color: #7BDFEA;
}
.TagClassName
{
border-color: #7BDFEA;
}
</style>