#72EFE5

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

Shades of Turquoise Blue #72EFE5

Tints of Turquoise Blue #72EFE5

Color information

#72EFE5 (or 0x72EFE5) is unknown color: approx Turquoise Blue. HEX triplet: 72, EF and E5. RGB value is (114,239,229). Sum of RGB (Red+Green+Blue) = 114+239+229=582 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.59% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFE5 is #8D101A. Grayscale: #C8C8C8. Windows color (decimal): -9244699 or 15069042. OLE color: 15069042.

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

Color convert

RGB114239229-
CMYK0.5200.040.06
HSL175.2º79.62%69.22%-
HSV(B)175.2º52.3%93.73%-
XYZ51.9570.9785.09-
YUV200.48144.0966.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.59%
GREEN value IS 239 (93.75% from 255) = 41.07%
BLUE value IS 229 (89.84% from 255) = 39.35%
R=19.59%
G=41.07%
B=39.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142392290.5200.040.06175.279.6269.22
Hex72EFE534046af5045
Octal16235734564046257120105
Binary1110010111011111110010111010001001101010111110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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