#72E3F3

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

Shades of Turquoise Blue #72E3F3

Tints of Turquoise Blue #72E3F3

Color information

#72E3F3 (or 0x72E3F3) is unknown color: approx Turquoise Blue. HEX triplet: 72, E3 and F3. RGB value is (114,227,243). Sum of RGB (Red+Green+Blue) = 114+227+243=584 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.52% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #72E3F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72E3F3 is #8D1C0C. Grayscale: #C2C2C2. Windows color (decimal): -9247757 or 15983474. OLE color: 15983474.

HSL color Cylindrical-coordinate representation of color #72E3F3: hue angle of 187.44º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72E3F3 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB114227243-
CMYK0.530.0700.05
HSL187.44º84.31%70%-
HSV(B)187.44º53.09%95.29%-
XYZ50.5964.9994.67-
YUV195.04155.0670.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.52%
GREEN value IS 227 (89.06% from 255) = 38.87%
BLUE value IS 243 (95.31% from 255) = 41.61%
R=19.52%
G=38.87%
B=41.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142272430.530.0700.05187.4484.3170
Hex72E3F335705bb5446
Octal16234336365705273124106
Binary1110010111000111111001111010111101011011101110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,227,243); }

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

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

 a { background-color: rgb(114,227,243); }

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

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

 span { border-color: rgb(114,227,243); }

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