#72EDE1

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

Shades of Turquoise Blue #72EDE1

Tints of Turquoise Blue #72EDE1

Color information

#72EDE1 (or 0x72EDE1) is unknown color: approx Turquoise Blue. HEX triplet: 72, ED and E1. RGB value is (114,237,225). Sum of RGB (Red+Green+Blue) = 114+237+225=576 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.79% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #72EDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EDE1 is #8D121E. Grayscale: #C6C6C6. Windows color (decimal): -9245215 or 14806386. OLE color: 14806386.

HSL color Cylindrical-coordinate representation of color #72EDE1: hue angle of 174.15º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EDE1 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB114237225-
CMYK0.5200.050.07
HSL174.15º77.36%68.82%-
HSV(B)174.15º51.9%92.94%-
XYZ50.8169.5881.99-
YUV198.86142.7567.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.79%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 225 (88.28% from 255) = 39.06%
R=19.79%
G=41.15%
B=39.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142372250.5200.050.07174.1577.3668.82
Hex72EDE134057ae4d45
Octal16235534164057256115105
Binary1110010111011011110000111010001011111010111010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,237,225); }

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

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

 a { background-color: rgb(114,237,225); }

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

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

 span { border-color: rgb(114,237,225); }

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