#72DFD7

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

Shades of Turquoise Blue #72DFD7

Tints of Turquoise Blue #72DFD7

Color information

#72DFD7 (or 0x72DFD7) is unknown color: approx Turquoise Blue. HEX triplet: 72, DF and D7. RGB value is (114,223,215). Sum of RGB (Red+Green+Blue) = 114+223+215=552 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.65% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DFD7 is #8D2028. Grayscale: #BDBDBD. Windows color (decimal): -9248809 or 14147442. OLE color: 14147442.

HSL color Cylindrical-coordinate representation of color #72DFD7: hue angle of 175.6º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DFD7 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB114223215-
CMYK0.4900.040.13
HSL175.6º63.01%66.08%-
HSV(B)175.6º48.88%87.45%-
XYZ45.5961.2673.71-
YUV189.5142.3974.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.65%
GREEN value IS 223 (87.5% from 255) = 40.40%
BLUE value IS 215 (84.38% from 255) = 38.95%
R=20.65%
G=40.40%
B=38.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142232150.4900.040.13175.663.0166.08
Hex72DFD73104Db03f42
Octal16233732761041526077102
Binary1110010110111111101011111000101001101101100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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