#72d7dc

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

Shades of Turquoise Blue #72D7DC

Tints of Turquoise Blue #72D7DC

Color information

#72D7DC (or 0x72D7DC) is unknown color: approx Turquoise Blue. HEX triplet: 72, D7 and DC. RGB value is (114,215,220). Sum of RGB (Red+Green+Blue) = 114+215+220=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #72D7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D7DC is #8D2823. Grayscale: #B9B9B9. Windows color (decimal): -9250852 or 14473074. OLE color: 14473074.

HSL color Cylindrical-coordinate representation of color #72D7DC: hue angle of 182.83º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72D7DC is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114215220-
CMYK0.480.0200.14
HSL182.83º60.23%65.49%-
HSV(B)182.83º48.18%86.27%-
XYZ44.1657.3576.45-
YUV185.37147.5477.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.77%
GREEN value IS 215 (84.38% from 255) = 39.16%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=20.77%
G=39.16%
B=40.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1142152200.480.0200.14182.8360.2365.49
Hex72D7DC3020Eb73c41
Octal16232733460201626774101
Binary111001011010111110111001100001001110101101111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72d7dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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