Shades of Turquoise Blue #72EBDB
Tints of Turquoise Blue #72EBDB
RGB
CMYK
RGB Variations
Color information
#72EBDB (or 0x72EBDB) is known color: Turquoise Blue. HEX triplet: 72, EB and DB. RGB value is (114,235,219). Sum of RGB (Red+Green+Blue) = 114+235+219=568 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.07% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #72EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EBDB is #8D1424. Grayscale: #C4C4C4. Windows color (decimal): -9245733 or 14412658. OLE color: 14412658.
HSL color Cylindrical-coordinate representation of color #72EBDB: hue angle of 172.07º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EBDB is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 235 | 219 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.08 |
| HSL | 172.07º | 0.75% | 0.68% | - |
| HSV(B) | 172.07º | 0.51% | 0.92% | - |
| XYZ | 49.43 | 68.11 | 77.56 | - |
| YUV | 197 | 140.41 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 235 | 219 | 0.51 | 0 | 0.07 | 0.08 | 172.07 | 0.75 | 0.68 |
| Hex | 72 | EB | DB | 33 | 0 | 7 | 8 | AC | 4B | 44 |
| Octal | 162 | 353 | 333 | 63 | 0 | 7 | 10 | 254 | 113 | 104 |
| Binary | 1110010 | 11101011 | 11011011 | 110011 | 0 | 111 | 1000 | 10101100 | 1001011 | 1000100 |
Color Harmonies of #72EBDB
Complementary color
Monochromatic Colors of #72EBDB
Black with #72EBDB
Text Example
Text Example
White with #72EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EBDB; }
p { color: rgb(114,235,219); }
H1.HeaderClassName
{
color: #72EBDB;
}
.AnyTagClassName
{
color: #72EBDB;
}
</style>
background-color css
<style>
a { background-color: #72EBDB; }
a { background-color: rgb(114,235,219); }
div.DivClassName
{
background-color: #72EBDB;
}
.BgClassName
{
background-color: #72EBDB;
}
</style>
border-color css
<style>
span { border-color: #72EBDB; }
span { border-color: rgb(114,235,219); }
td.TdClassName
{
border-color: #72EBDB;
}
.TagClassName
{
border-color: #72EBDB;
}
</style>