Shades of Turquoise Blue #7BDDDF
Tints of Turquoise Blue #7BDDDF
RGB
CMYK
RGB Variations
Color information
#7BDDDF (or 0x7BDDDF) is known color: Turquoise Blue. HEX triplet: 7B, DD and DF. RGB value is (123,221,223). Sum of RGB (Red+Green+Blue) = 123+221+223=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BDDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDDF is #842220. Grayscale: #BFBFBF. Windows color (decimal): -8659489 or 14671227. OLE color: 14671227.
HSL color Cylindrical-coordinate representation of color #7BDDDF: hue angle of 181.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDDDF is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 223 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.13 |
| HSL | 181.2º | 0.61% | 0.68% | - |
| HSV(B) | 181.2º | 0.45% | 0.87% | - |
| XYZ | 47.34 | 61.25 | 79.14 | - |
| YUV | 191.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 223 | 0.45 | 0.01 | 0 | 0.13 | 181.2 | 0.61 | 0.68 |
| Hex | 7B | DD | DF | 2D | 1 | 0 | D | B5 | 3D | 44 |
| Octal | 173 | 335 | 337 | 55 | 1 | 0 | 15 | 265 | 75 | 104 |
| Binary | 1111011 | 11011101 | 11011111 | 101101 | 1 | 0 | 1101 | 10110101 | 111101 | 1000100 |
Color Harmonies of #7BDDDF
Complementary color
Monochromatic Colors of #7BDDDF
Black with #7BDDDF
Text Example
Text Example
White with #7BDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDDF; }
p { color: rgb(123,221,223); }
H1.HeaderClassName
{
color: #7BDDDF;
}
.AnyTagClassName
{
color: #7BDDDF;
}
</style>
background-color css
<style>
a { background-color: #7BDDDF; }
a { background-color: rgb(123,221,223); }
div.DivClassName
{
background-color: #7BDDDF;
}
.BgClassName
{
background-color: #7BDDDF;
}
</style>
border-color css
<style>
span { border-color: #7BDDDF; }
span { border-color: rgb(123,221,223); }
td.TdClassName
{
border-color: #7BDDDF;
}
.TagClassName
{
border-color: #7BDDDF;
}
</style>