#72E7DC

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

Shades of Turquoise Blue #72E7DC

Tints of Turquoise Blue #72E7DC

Color information

#72E7DC (or 0x72E7DC) is unknown color: approx Turquoise Blue. HEX triplet: 72, E7 and DC. RGB value is (114,231,220). Sum of RGB (Red+Green+Blue) = 114+231+220=565 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.18% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #72E7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E7DC is #8D1823. Grayscale: #C2C2C2. Windows color (decimal): -9246756 or 14477170. OLE color: 14477170.

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

Color convert

RGB114231220-
CMYK0.5100.050.09
HSL174.36º70.91%67.65%-
HSV(B)174.36º50.65%90.59%-
XYZ48.4365.977.88-
YUV194.76142.2470.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.18%
GREEN value IS 231 (90.62% from 255) = 40.88%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=20.18%
G=40.88%
B=38.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1142312200.5100.050.09174.3670.9167.65
Hex72E7DC33059ae4744
Octal162347334630511256107104
Binary11100101110011111011100110011010110011010111010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,231,220); }

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

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

 a { background-color: rgb(114,231,220); }

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

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

 span { border-color: rgb(114,231,220); }

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