#72E9E3

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

Shades of Turquoise Blue #72E9E3

Tints of Turquoise Blue #72E9E3

Color information

#72E9E3 (or 0x72E9E3) is unknown color: approx Turquoise Blue. HEX triplet: 72, E9 and E3. RGB value is (114,233,227). Sum of RGB (Red+Green+Blue) = 114+233+227=574 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.86% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #72E9E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E9E3 is #8D161C. Grayscale: #C4C4C4. Windows color (decimal): -9246237 or 14936434. OLE color: 14936434.

HSL color Cylindrical-coordinate representation of color #72E9E3: hue angle of 176.97º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E9E3 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB114233227-
CMYK0.5100.030.09
HSL176.97º73.01%68.04%-
HSV(B)176.97º51.07%91.37%-
XYZ49.9467.483.05-
YUV196.73145.0868.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.86%
GREEN value IS 233 (91.41% from 255) = 40.59%
BLUE value IS 227 (89.06% from 255) = 39.55%
R=19.86%
G=40.59%
B=39.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1142332270.5100.030.09176.9773.0168.04
Hex72E9E333039b14944
Octal162351343630311261111104
Binary1110010111010011110001111001101110011011000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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