#72D7D5

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

Shades of Turquoise Blue #72D7D5

Tints of Turquoise Blue #72D7D5

Color information

#72D7D5 (or 0x72D7D5) is unknown color: approx Turquoise Blue. HEX triplet: 72, D7 and D5. RGB value is (114,215,213). Sum of RGB (Red+Green+Blue) = 114+215+213=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #72D7D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D7D5 is #8D282A. Grayscale: #B8B8B8. Windows color (decimal): -9250859 or 14014322. OLE color: 14014322.

HSL color Cylindrical-coordinate representation of color #72D7D5: hue angle of 178.81º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D7D5 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB114215213-
CMYK0.4700.010.16
HSL178.81º55.8%64.51%-
HSV(B)178.81º46.98%84.31%-
XYZ43.2556.9871.67-
YUV184.57144.0477.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.03%
GREEN value IS 215 (84.38% from 255) = 39.67%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=21.03%
G=39.67%
B=39.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1142152130.4700.010.16178.8155.864.51
Hex72D7D52F0110b33841
Octal16232732557012026370101
Binary111001011010111110101011011110110000101100111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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