Shades of Turquoise Blue #7BDFDE
Tints of Turquoise Blue #7BDFDE
RGB
CMYK
RGB Variations
Color information
#7BDFDE (or 0x7BDFDE) is known color: Turquoise Blue. HEX triplet: 7B, DF and DE. RGB value is (123,223,222). Sum of RGB (Red+Green+Blue) = 123+223+222=568 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.65% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFDE is #842021. Grayscale: #C0C0C0. Windows color (decimal): -8658978 or 14606203. OLE color: 14606203.
HSL color Cylindrical-coordinate representation of color #7BDFDE: hue angle of 179.4º 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 #7BDFDE is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 222 | - |
| CMYK | 0.45 | 0 | 0.00 | 0.13 |
| HSL | 179.4º | 0.61% | 0.68% | - |
| HSV(B) | 179.4º | 0.45% | 0.87% | - |
| XYZ | 47.74 | 62.26 | 78.61 | - |
| YUV | 192.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 222 | 0.45 | 0 | 0.00 | 0.13 | 179.4 | 0.61 | 0.68 |
| Hex | 7B | DF | DE | 2D | 0 | 0 | D | B3 | 3D | 44 |
| Octal | 173 | 337 | 336 | 55 | 0 | 0 | 15 | 263 | 75 | 104 |
| Binary | 1111011 | 11011111 | 11011110 | 101101 | 0 | 0 | 1101 | 10110011 | 111101 | 1000100 |
Color Harmonies of #7BDFDE
Complementary color
Monochromatic Colors of #7BDFDE
Black with #7BDFDE
Text Example
Text Example
White with #7BDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFDE; }
p { color: rgb(123,223,222); }
H1.HeaderClassName
{
color: #7BDFDE;
}
.AnyTagClassName
{
color: #7BDFDE;
}
</style>
background-color css
<style>
a { background-color: #7BDFDE; }
a { background-color: rgb(123,223,222); }
div.DivClassName
{
background-color: #7BDFDE;
}
.BgClassName
{
background-color: #7BDFDE;
}
</style>
border-color css
<style>
span { border-color: #7BDFDE; }
span { border-color: rgb(123,223,222); }
td.TdClassName
{
border-color: #7BDFDE;
}
.TagClassName
{
border-color: #7BDFDE;
}
</style>