Shades of Turquoise Blue #72E5F8
Tints of Turquoise Blue #72E5F8
RGB
CMYK
RGB Variations
Color information
#72E5F8 (or 0x72E5F8) is known color: Turquoise Blue. HEX triplet: 72, E5 and F8. RGB value is (114,229,248). Sum of RGB (Red+Green+Blue) = 114+229+248=591 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.29% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #72E5F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72E5F8 is #8D1A07. Grayscale: #C4C4C4. Windows color (decimal): -9247240 or 16311666. OLE color: 16311666.
HSL color Cylindrical-coordinate representation of color #72E5F8: hue angle of 188.51º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72E5F8 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 229 | 248 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.03 |
| HSL | 188.51º | 0.91% | 0.71% | - |
| HSV(B) | 188.51º | 0.54% | 0.97% | - |
| XYZ | 51.9 | 66.39 | 98.89 | - |
| YUV | 196.78 | 156.9 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 229 | 248 | 0.54 | 0.08 | 0 | 0.03 | 188.51 | 0.91 | 0.71 |
| Hex | 72 | E5 | F8 | 36 | 8 | 0 | 3 | BD | 5B | 47 |
| Octal | 162 | 345 | 370 | 66 | 10 | 0 | 3 | 275 | 133 | 107 |
| Binary | 1110010 | 11100101 | 11111000 | 110110 | 1000 | 0 | 11 | 10111101 | 1011011 | 1000111 |
Color Harmonies of #72E5F8
Complementary color
Monochromatic Colors of #72E5F8
Black with #72E5F8
Text Example
Text Example
White with #72E5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E5F8; }
p { color: rgb(114,229,248); }
H1.HeaderClassName
{
color: #72E5F8;
}
.AnyTagClassName
{
color: #72E5F8;
}
</style>
background-color css
<style>
a { background-color: #72E5F8; }
a { background-color: rgb(114,229,248); }
div.DivClassName
{
background-color: #72E5F8;
}
.BgClassName
{
background-color: #72E5F8;
}
</style>
border-color css
<style>
span { border-color: #72E5F8; }
span { border-color: rgb(114,229,248); }
td.TdClassName
{
border-color: #72E5F8;
}
.TagClassName
{
border-color: #72E5F8;
}
</style>