#72DFD8

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

Shades of Turquoise Blue #72DFD8

Tints of Turquoise Blue #72DFD8

Color information

#72DFD8 (or 0x72DFD8) is unknown color: approx Turquoise Blue. HEX triplet: 72, DF and D8. RGB value is (114,223,216). Sum of RGB (Red+Green+Blue) = 114+223+216=553 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.61% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DFD8 is #8D2027. Grayscale: #BDBDBD. Windows color (decimal): -9248808 or 14212978. OLE color: 14212978.

HSL color Cylindrical-coordinate representation of color #72DFD8: hue angle of 176.15º 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 #72DFD8 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB114223216-
CMYK0.4900.030.13
HSL176.15º63.01%66.08%-
HSV(B)176.15º48.88%87.45%-
XYZ45.7261.3174.39-
YUV189.61142.8974.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.61%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 216 (84.77% from 255) = 39.06%
R=20.61%
G=40.33%
B=39.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142232160.4900.030.13176.1563.0166.08
Hex72DFD83103Db03f42
Octal16233733061031526077102
Binary111001011011111110110001100010111101101100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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