Shades of Turquoise Blue #7BDFDF
Tints of Turquoise Blue #7BDFDF
RGB
CMYK
RGB Variations
Color information
#7BDFDF (or 0x7BDFDF) is known color: Turquoise Blue. HEX triplet: 7B, DF and DF. RGB value is (123,223,223). Sum of RGB (Red+Green+Blue) = 123+223+223=569 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.62% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #7BDFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFDF is #842020. Grayscale: #C1C1C1. Windows color (decimal): -8658977 or 14671739. OLE color: 14671739.
HSL color Cylindrical-coordinate representation of color #7BDFDF: hue angle of 180º 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 #7BDFDF is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 223 | - |
| CMYK | 0.45 | 0 | 0 | 0.13 |
| HSL | 180º | 0.61% | 0.68% | - |
| HSV(B) | 180º | 0.45% | 0.87% | - |
| XYZ | 47.88 | 62.31 | 79.32 | - |
| YUV | 193.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 223 | 0.45 | 0 | 0 | 0.13 | 180 | 0.61 | 0.68 |
| Hex | 7B | DF | DF | 2D | 0 | 0 | D | B4 | 3D | 44 |
| Octal | 173 | 337 | 337 | 55 | 0 | 0 | 15 | 264 | 75 | 104 |
| Binary | 1111011 | 11011111 | 11011111 | 101101 | 0 | 0 | 1101 | 10110100 | 111101 | 1000100 |
Color Harmonies of #7BDFDF
Complementary color
Monochromatic Colors of #7BDFDF
Black with #7BDFDF
Text Example
Text Example
White with #7BDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFDF; }
p { color: rgb(123,223,223); }
H1.HeaderClassName
{
color: #7BDFDF;
}
.AnyTagClassName
{
color: #7BDFDF;
}
</style>
background-color css
<style>
a { background-color: #7BDFDF; }
a { background-color: rgb(123,223,223); }
div.DivClassName
{
background-color: #7BDFDF;
}
.BgClassName
{
background-color: #7BDFDF;
}
</style>
border-color css
<style>
span { border-color: #7BDFDF; }
span { border-color: rgb(123,223,223); }
td.TdClassName
{
border-color: #7BDFDF;
}
.TagClassName
{
border-color: #7BDFDF;
}
</style>