Shades of Turquoise Blue #7BEBDF
Tints of Turquoise Blue #7BEBDF
RGB
CMYK
RGB Variations
Color information
#7BEBDF (or 0x7BEBDF) is known color: Turquoise Blue. HEX triplet: 7B, EB and DF. RGB value is (123,235,223). Sum of RGB (Red+Green+Blue) = 123+235+223=581 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.17% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #7BEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEBDF is #841420. Grayscale: #C8C8C8. Windows color (decimal): -8655905 or 14674811. OLE color: 14674811.
HSL color Cylindrical-coordinate representation of color #7BEBDF: hue angle of 173.57º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEBDF is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 235 | 223 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.08 |
| HSL | 173.57º | 0.74% | 0.7% | - |
| HSV(B) | 173.57º | 0.48% | 0.92% | - |
| XYZ | 51.2 | 68.96 | 80.42 | - |
| YUV | 200.14 | 140.89 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 235 | 223 | 0.48 | 0 | 0.05 | 0.08 | 173.57 | 0.74 | 0.7 |
| Hex | 7B | EB | DF | 30 | 0 | 5 | 8 | AE | 4A | 46 |
| Octal | 173 | 353 | 337 | 60 | 0 | 5 | 10 | 256 | 112 | 106 |
| Binary | 1111011 | 11101011 | 11011111 | 110000 | 0 | 101 | 1000 | 10101110 | 1001010 | 1000110 |
Color Harmonies of #7BEBDF
Complementary color
Monochromatic Colors of #7BEBDF
Black with #7BEBDF
Text Example
Text Example
White with #7BEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEBDF; }
p { color: rgb(123,235,223); }
H1.HeaderClassName
{
color: #7BEBDF;
}
.AnyTagClassName
{
color: #7BEBDF;
}
</style>
background-color css
<style>
a { background-color: #7BEBDF; }
a { background-color: rgb(123,235,223); }
div.DivClassName
{
background-color: #7BEBDF;
}
.BgClassName
{
background-color: #7BEBDF;
}
</style>
border-color css
<style>
span { border-color: #7BEBDF; }
span { border-color: rgb(123,235,223); }
td.TdClassName
{
border-color: #7BEBDF;
}
.TagClassName
{
border-color: #7BEBDF;
}
</style>