Shades of Turquoise Blue #7BDFDC
Tints of Turquoise Blue #7BDFDC
RGB
CMYK
RGB Variations
Color information
#7BDFDC (or 0x7BDFDC) is known color: Turquoise Blue. HEX triplet: 7B, DF and DC. RGB value is (123,223,220). Sum of RGB (Red+Green+Blue) = 123+223+220=566 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.73% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFDC is #842023. Grayscale: #C0C0C0. Windows color (decimal): -8658980 or 14475131. OLE color: 14475131.
HSL color Cylindrical-coordinate representation of color #7BDFDC: hue angle of 178.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 #7BDFDC is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 220 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.13 |
| HSL | 178.2º | 0.61% | 0.68% | - |
| HSV(B) | 178.2º | 0.45% | 0.87% | - |
| XYZ | 47.47 | 62.15 | 77.2 | - |
| YUV | 192.76 | 143.37 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 220 | 0.45 | 0 | 0.01 | 0.13 | 178.2 | 0.61 | 0.68 |
| Hex | 7B | DF | DC | 2D | 0 | 1 | D | B2 | 3D | 44 |
| Octal | 173 | 337 | 334 | 55 | 0 | 1 | 15 | 262 | 75 | 104 |
| Binary | 1111011 | 11011111 | 11011100 | 101101 | 0 | 1 | 1101 | 10110010 | 111101 | 1000100 |
Color Harmonies of #7BDFDC
Complementary color
Monochromatic Colors of #7BDFDC
Black with #7BDFDC
Text Example
Text Example
White with #7BDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFDC; }
p { color: rgb(123,223,220); }
H1.HeaderClassName
{
color: #7BDFDC;
}
.AnyTagClassName
{
color: #7BDFDC;
}
</style>
background-color css
<style>
a { background-color: #7BDFDC; }
a { background-color: rgb(123,223,220); }
div.DivClassName
{
background-color: #7BDFDC;
}
.BgClassName
{
background-color: #7BDFDC;
}
</style>
border-color css
<style>
span { border-color: #7BDFDC; }
span { border-color: rgb(123,223,220); }
td.TdClassName
{
border-color: #7BDFDC;
}
.TagClassName
{
border-color: #7BDFDC;
}
</style>