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