Shades of Turquoise Blue #72F0E4
Tints of Turquoise Blue #72F0E4
RGB
CMYK
RGB Variations
Color information
#72F0E4 (or 0x72F0E4) is known color: Turquoise Blue. HEX triplet: 72, F0 and E4. RGB value is (114,240,228). Sum of RGB (Red+Green+Blue) = 114+240+228=582 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.59% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F0E4 is #8D0F1B. Grayscale: #C8C8C8. Windows color (decimal): -9244444 or 15003762. OLE color: 15003762.
HSL color Cylindrical-coordinate representation of color #72F0E4: hue angle of 174.29º degrees, saturation: 0.81, 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 #72F0E4 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 240 | 228 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.06 |
| HSL | 174.29º | 0.81% | 0.69% | - |
| HSV(B) | 174.29º | 0.53% | 0.94% | - |
| XYZ | 52.1 | 71.5 | 84.45 | - |
| YUV | 200.96 | 143.26 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 228 | 0.52 | 0 | 0.05 | 0.06 | 174.29 | 0.81 | 0.69 |
| Hex | 72 | F0 | E4 | 34 | 0 | 5 | 6 | AE | 51 | 45 |
| Octal | 162 | 360 | 344 | 64 | 0 | 5 | 6 | 256 | 121 | 105 |
| Binary | 1110010 | 11110000 | 11100100 | 110100 | 0 | 101 | 110 | 10101110 | 1010001 | 1000101 |
Color Harmonies of #72F0E4
Complementary color
Monochromatic Colors of #72F0E4
Black with #72F0E4
Text Example
Text Example
White with #72F0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F0E4; }
p { color: rgb(114,240,228); }
H1.HeaderClassName
{
color: #72F0E4;
}
.AnyTagClassName
{
color: #72F0E4;
}
</style>
background-color css
<style>
a { background-color: #72F0E4; }
a { background-color: rgb(114,240,228); }
div.DivClassName
{
background-color: #72F0E4;
}
.BgClassName
{
background-color: #72F0E4;
}
</style>
border-color css
<style>
span { border-color: #72F0E4; }
span { border-color: rgb(114,240,228); }
td.TdClassName
{
border-color: #72F0E4;
}
.TagClassName
{
border-color: #72F0E4;
}
</style>