Shades of Turquoise Blue #72EDEF
Tints of Turquoise Blue #72EDEF
RGB
CMYK
RGB Variations
Color information
#72EDEF (or 0x72EDEF) is known color: Turquoise Blue. HEX triplet: 72, ED and EF. RGB value is (114,237,239). Sum of RGB (Red+Green+Blue) = 114+237+239=590 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.32% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #72EDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EDEF is #8D1210. Grayscale: #C8C8C8. Windows color (decimal): -9245201 or 15723890. OLE color: 15723890.
HSL color Cylindrical-coordinate representation of color #72EDEF: hue angle of 180.96º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EDEF is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 237 | 239 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.06 |
| HSL | 180.96º | 0.8% | 0.69% | - |
| HSV(B) | 180.96º | 0.52% | 0.94% | - |
| XYZ | 52.8 | 70.38 | 92.46 | - |
| YUV | 200.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 237 | 239 | 0.52 | 0.01 | 0 | 0.06 | 180.96 | 0.8 | 0.69 |
| Hex | 72 | ED | EF | 34 | 1 | 0 | 6 | B5 | 50 | 45 |
| Octal | 162 | 355 | 357 | 64 | 1 | 0 | 6 | 265 | 120 | 105 |
| Binary | 1110010 | 11101101 | 11101111 | 110100 | 1 | 0 | 110 | 10110101 | 1010000 | 1000101 |
Color Harmonies of #72EDEF
Complementary color
Monochromatic Colors of #72EDEF
Black with #72EDEF
Text Example
Text Example
White with #72EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EDEF; }
p { color: rgb(114,237,239); }
H1.HeaderClassName
{
color: #72EDEF;
}
.AnyTagClassName
{
color: #72EDEF;
}
</style>
background-color css
<style>
a { background-color: #72EDEF; }
a { background-color: rgb(114,237,239); }
div.DivClassName
{
background-color: #72EDEF;
}
.BgClassName
{
background-color: #72EDEF;
}
</style>
border-color css
<style>
span { border-color: #72EDEF; }
span { border-color: rgb(114,237,239); }
td.TdClassName
{
border-color: #72EDEF;
}
.TagClassName
{
border-color: #72EDEF;
}
</style>