#72DFDF

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

Shades of Turquoise Blue #72DFDF

Tints of Turquoise Blue #72DFDF

Color information

#72DFDF (or 0x72DFDF) is unknown color: approx Turquoise Blue. HEX triplet: 72, DF and DF. RGB value is (114,223,223). Sum of RGB (Red+Green+Blue) = 114+223+223=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #72DFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DFDF is #8D2020. Grayscale: #BEBEBE. Windows color (decimal): -9248801 or 14671730. OLE color: 14671730.

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

Color convert

RGB114223223-
CMYK0.49000.13
HSL180º63.01%66.08%-
HSV(B)180º48.88%87.45%-
XYZ46.6561.6879.26-
YUV190.41146.3973.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.36%
GREEN value IS 223 (87.5% from 255) = 39.82%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=20.36%
G=39.82%
B=39.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142232230.49000.1318063.0166.08
Hex72DFDF3100Db43f42
Octal16233733761001526477102
Binary11100101101111111011111110001001101101101001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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