Shades of Turquoise Blue #72EFE4
Tints of Turquoise Blue #72EFE4
RGB
CMYK
RGB Variations
Color information
#72EFE4 (or 0x72EFE4) is known color: Turquoise Blue. HEX triplet: 72, EF and E4. RGB value is (114,239,228). Sum of RGB (Red+Green+Blue) = 114+239+228=581 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.62% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFE4 is #8D101B. Grayscale: #C8C8C8. Windows color (decimal): -9244700 or 15003506. OLE color: 15003506.
HSL color Cylindrical-coordinate representation of color #72EFE4: hue angle of 174.72º 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 #72EFE4 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 239 | 228 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.06 |
| HSL | 174.72º | 0.8% | 0.69% | - |
| HSV(B) | 174.72º | 0.52% | 0.94% | - |
| XYZ | 51.81 | 70.91 | 84.36 | - |
| YUV | 200.37 | 143.59 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 239 | 228 | 0.52 | 0 | 0.05 | 0.06 | 174.72 | 0.8 | 0.69 |
| Hex | 72 | EF | E4 | 34 | 0 | 5 | 6 | AF | 50 | 45 |
| Octal | 162 | 357 | 344 | 64 | 0 | 5 | 6 | 257 | 120 | 105 |
| Binary | 1110010 | 11101111 | 11100100 | 110100 | 0 | 101 | 110 | 10101111 | 1010000 | 1000101 |
Color Harmonies of #72EFE4
Complementary color
Monochromatic Colors of #72EFE4
Black with #72EFE4
Text Example
Text Example
White with #72EFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EFE4; }
p { color: rgb(114,239,228); }
H1.HeaderClassName
{
color: #72EFE4;
}
.AnyTagClassName
{
color: #72EFE4;
}
</style>
background-color css
<style>
a { background-color: #72EFE4; }
a { background-color: rgb(114,239,228); }
div.DivClassName
{
background-color: #72EFE4;
}
.BgClassName
{
background-color: #72EFE4;
}
</style>
border-color css
<style>
span { border-color: #72EFE4; }
span { border-color: rgb(114,239,228); }
td.TdClassName
{
border-color: #72EFE4;
}
.TagClassName
{
border-color: #72EFE4;
}
</style>