#72E4FA

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

Shades of Turquoise Blue #72E4FA

Tints of Turquoise Blue #72E4FA

Color information

#72E4FA (or 0x72E4FA) is unknown color: approx Turquoise Blue. HEX triplet: 72, E4 and FA. RGB value is (114,228,250). Sum of RGB (Red+Green+Blue) = 114+228+250=592 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.26% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #72E4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72E4FA is #8D1B05. Grayscale: #C4C4C4. Windows color (decimal): -9247494 or 16442482. OLE color: 16442482.

HSL color Cylindrical-coordinate representation of color #72E4FA: hue angle of 189.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72E4FA is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114228250-
CMYK0.540.0900.02
HSL189.71º93.15%71.37%-
HSV(B)189.71º54.4%98.04%-
XYZ51.9465.97100.44-
YUV196.42158.2369.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.26%
GREEN value IS 228 (89.45% from 255) = 38.51%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=19.26%
G=38.51%
B=42.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142282500.540.0900.02189.7193.1571.37
Hex72E4FA36902be5d47
Octal162344372661102276135107
Binary1110010111001001111101011011010010101011111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,228,250); }

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

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

 a { background-color: rgb(114,228,250); }

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

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

 span { border-color: rgb(114,228,250); }

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