#72EAF1

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

Shades of Turquoise Blue #72EAF1

Tints of Turquoise Blue #72EAF1

Color information

#72EAF1 (or 0x72EAF1) is unknown color: approx Turquoise Blue. HEX triplet: 72, EA and F1. RGB value is (114,234,241). Sum of RGB (Red+Green+Blue) = 114+234+241=589 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.35% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #72EAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EAF1 is #8D150E. Grayscale: #C6C6C6. Windows color (decimal): -9245967 or 15854194. OLE color: 15854194.

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

Color convert

RGB114234241-
CMYK0.530.0300.05
HSL183.31º81.94%69.61%-
HSV(B)183.31º52.7%94.51%-
XYZ52.2468.7793.74-
YUV198.92151.7467.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.35%
GREEN value IS 234 (91.80% from 255) = 39.73%
BLUE value IS 241 (94.53% from 255) = 40.92%
R=19.35%
G=39.73%
B=40.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142342410.530.0300.05183.3181.9469.61
Hex72EAF135305b75246
Octal16235236165305267122106
Binary111001011101010111100011101011101011011011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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