Shades of Turquoise Blue #72E0DE
Tints of Turquoise Blue #72E0DE
RGB
CMYK
RGB Variations
Color information
#72E0DE (or 0x72E0DE) is known color: Turquoise Blue. HEX triplet: 72, E0 and DE. RGB value is (114,224,222). Sum of RGB (Red+Green+Blue) = 114+224+222=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #72E0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E0DE is #8D1F21. Grayscale: #BEBEBE. Windows color (decimal): -9248546 or 14606450. OLE color: 14606450.
HSL color Cylindrical-coordinate representation of color #72E0DE: hue angle of 178.91º degrees, saturation: 0.64, 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 #72E0DE is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 222 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.12 |
| HSL | 178.91º | 0.64% | 0.66% | - |
| HSV(B) | 178.91º | 0.49% | 0.88% | - |
| XYZ | 46.78 | 62.16 | 78.64 | - |
| YUV | 190.88 | 145.56 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 222 | 0.49 | 0 | 0.01 | 0.12 | 178.91 | 0.64 | 0.66 |
| Hex | 72 | E0 | DE | 31 | 0 | 1 | C | B3 | 40 | 42 |
| Octal | 162 | 340 | 336 | 61 | 0 | 1 | 14 | 263 | 100 | 102 |
| Binary | 1110010 | 11100000 | 11011110 | 110001 | 0 | 1 | 1100 | 10110011 | 1000000 | 1000010 |
Color Harmonies of #72E0DE
Complementary color
Monochromatic Colors of #72E0DE
Black with #72E0DE
Text Example
Text Example
White with #72E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E0DE; }
p { color: rgb(114,224,222); }
H1.HeaderClassName
{
color: #72E0DE;
}
.AnyTagClassName
{
color: #72E0DE;
}
</style>
background-color css
<style>
a { background-color: #72E0DE; }
a { background-color: rgb(114,224,222); }
div.DivClassName
{
background-color: #72E0DE;
}
.BgClassName
{
background-color: #72E0DE;
}
</style>
border-color css
<style>
span { border-color: #72E0DE; }
span { border-color: rgb(114,224,222); }
td.TdClassName
{
border-color: #72E0DE;
}
.TagClassName
{
border-color: #72E0DE;
}
</style>