Shades of Turquoise Blue #72E1DF
Tints of Turquoise Blue #72E1DF
RGB
CMYK
RGB Variations
Color information
#72E1DF (or 0x72E1DF) is known color: Turquoise Blue. HEX triplet: 72, E1 and DF. RGB value is (114,225,223). Sum of RGB (Red+Green+Blue) = 114+225+223=562 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.28% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #72E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E1DF is #8D1E20. Grayscale: #BFBFBF. Windows color (decimal): -9248289 or 14672242. OLE color: 14672242.
HSL color Cylindrical-coordinate representation of color #72E1DF: hue angle of 178.92º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E1DF is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 225 | 223 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.12 |
| HSL | 178.92º | 0.65% | 0.66% | - |
| HSV(B) | 178.92º | 0.49% | 0.88% | - |
| XYZ | 47.18 | 62.76 | 79.44 | - |
| YUV | 191.58 | 145.73 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 225 | 223 | 0.49 | 0 | 0.01 | 0.12 | 178.92 | 0.65 | 0.66 |
| Hex | 72 | E1 | DF | 31 | 0 | 1 | C | B3 | 41 | 42 |
| Octal | 162 | 341 | 337 | 61 | 0 | 1 | 14 | 263 | 101 | 102 |
| Binary | 1110010 | 11100001 | 11011111 | 110001 | 0 | 1 | 1100 | 10110011 | 1000001 | 1000010 |
Color Harmonies of #72E1DF
Complementary color
Monochromatic Colors of #72E1DF
Black with #72E1DF
Text Example
Text Example
White with #72E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E1DF; }
p { color: rgb(114,225,223); }
H1.HeaderClassName
{
color: #72E1DF;
}
.AnyTagClassName
{
color: #72E1DF;
}
</style>
background-color css
<style>
a { background-color: #72E1DF; }
a { background-color: rgb(114,225,223); }
div.DivClassName
{
background-color: #72E1DF;
}
.BgClassName
{
background-color: #72E1DF;
}
</style>
border-color css
<style>
span { border-color: #72E1DF; }
span { border-color: rgb(114,225,223); }
td.TdClassName
{
border-color: #72E1DF;
}
.TagClassName
{
border-color: #72E1DF;
}
</style>