#72F1E5

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

Shades of Turquoise Blue #72F1E5

Tints of Turquoise Blue #72F1E5

Color information

#72F1E5 (or 0x72F1E5) is unknown color: approx Turquoise Blue. HEX triplet: 72, F1 and E5. RGB value is (114,241,229). Sum of RGB (Red+Green+Blue) = 114+241+229=584 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.52% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #72F1E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F1E5 is #8D0E1A. Grayscale: #C9C9C9. Windows color (decimal): -9244187 or 15069554. OLE color: 15069554.

HSL color Cylindrical-coordinate representation of color #72F1E5: hue angle of 174.33º degrees, saturation: 0.82, 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 #72F1E5 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB114241229-
CMYK0.5300.050.05
HSL174.33º81.94%69.61%-
HSV(B)174.33º52.7%94.51%-
XYZ52.5472.1585.29-
YUV201.66143.4265.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.52%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 229 (89.84% from 255) = 39.21%
R=19.52%
G=41.27%
B=39.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142412290.5300.050.05174.3381.9469.61
Hex72F1E535055ae5246
Octal16236134565055256122106
Binary1110010111100011110010111010101011011010111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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