#72E2EF

Color #72E2EF Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #72E2EF

Tints of Turquoise Blue #72E2EF

Color information

#72E2EF (or 0x72E2EF) is unknown color: approx Turquoise Blue. HEX triplet: 72, E2 and EF. RGB value is (114,226,239). Sum of RGB (Red+Green+Blue) = 114+226+239=579 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.69% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #72E2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72E2EF is #8D1D10. Grayscale: #C1C1C1. Windows color (decimal): -9248017 or 15721074. OLE color: 15721074.

HSL color Cylindrical-coordinate representation of color #72E2EF: hue angle of 186.24º 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 #72E2EF is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB114226239-
CMYK0.520.0500.06
HSL186.24º79.62%69.22%-
HSV(B)186.24º52.3%93.73%-
XYZ49.7264.291.43-
YUV193.99153.3970.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 19.69%
GREEN value IS 226 (88.67% from 255) = 39.03%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=19.69%
G=39.03%
B=41.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142262390.520.0500.06186.2479.6269.22
Hex72E2EF34506ba5045
Octal16234235764506272120105
Binary1110010111000101110111111010010101101011101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72E2EF; }

 p { color: rgb(114,226,239); }

 H1.HeaderClassName
 {
   color: #72E2EF;
 }
 .AnyTagClassName
 {
   color: #72E2EF;
 }
</style>
background-color css

<style>
 a { background-color: #72E2EF; }

 a { background-color: rgb(114,226,239); }

 div.DivClassName
 {
   background-color: #72E2EF;
 }
 .BgClassName
 {
   background-color: #72E2EF;
 }
</style>
border-color css

<style>
 span { border-color: #72E2EF; }

 span { border-color: rgb(114,226,239); }

 td.TdClassName
 {
   border-color: #72E2EF;
 }
 .TagClassName
 {
   border-color: #72E2EF;
 }
</style>