Shades of Turquoise Blue #7BDEDE
Tints of Turquoise Blue #7BDEDE
RGB
CMYK
RGB Variations
Color information
#7BDEDE (or 0x7BDEDE) is known color: Turquoise Blue. HEX triplet: 7B, DE and DE. RGB value is (123,222,222). Sum of RGB (Red+Green+Blue) = 123+222+222=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #7BDEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDEDE is #842121. Grayscale: #C0C0C0. Windows color (decimal): -8659234 or 14605947. OLE color: 14605947.
HSL color Cylindrical-coordinate representation of color #7BDEDE: hue angle of 180º degrees, saturation: 0.6, 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 #7BDEDE is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 222 | 222 | - |
| CMYK | 0.45 | 0 | 0 | 0.13 |
| HSL | 180º | 0.6% | 0.68% | - |
| HSV(B) | 180º | 0.45% | 0.87% | - |
| XYZ | 47.47 | 61.73 | 78.52 | - |
| YUV | 192.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 222 | 0.45 | 0 | 0 | 0.13 | 180 | 0.6 | 0.68 |
| Hex | 7B | DE | DE | 2D | 0 | 0 | D | B4 | 3C | 44 |
| Octal | 173 | 336 | 336 | 55 | 0 | 0 | 15 | 264 | 74 | 104 |
| Binary | 1111011 | 11011110 | 11011110 | 101101 | 0 | 0 | 1101 | 10110100 | 111100 | 1000100 |
Color Harmonies of #7BDEDE
Complementary color
Monochromatic Colors of #7BDEDE
Black with #7BDEDE
Text Example
Text Example
White with #7BDEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDEDE; }
p { color: rgb(123,222,222); }
H1.HeaderClassName
{
color: #7BDEDE;
}
.AnyTagClassName
{
color: #7BDEDE;
}
</style>
background-color css
<style>
a { background-color: #7BDEDE; }
a { background-color: rgb(123,222,222); }
div.DivClassName
{
background-color: #7BDEDE;
}
.BgClassName
{
background-color: #7BDEDE;
}
</style>
border-color css
<style>
span { border-color: #7BDEDE; }
span { border-color: rgb(123,222,222); }
td.TdClassName
{
border-color: #7BDEDE;
}
.TagClassName
{
border-color: #7BDEDE;
}
</style>