#72DDDC

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

Shades of Turquoise Blue #72DDDC

Tints of Turquoise Blue #72DDDC

Color information

#72DDDC (or 0x72DDDC) is unknown color: approx Turquoise Blue. HEX triplet: 72, DD and DC. RGB value is (114,221,220). Sum of RGB (Red+Green+Blue) = 114+221+220=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #72DDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DDDC is #8D2223. Grayscale: #BCBCBC. Windows color (decimal): -9249316 or 14474610. OLE color: 14474610.

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

Color convert

RGB114221220-
CMYK0.4800.000.13
HSL179.44º61.14%65.69%-
HSV(B)179.44º48.42%86.67%-
XYZ45.7160.4676.97-
YUV188.89145.5574.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.54%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=20.54%
G=39.82%
B=39.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142212200.4800.000.13179.4461.1465.69
Hex72DDDC3000Db33d42
Octal16233533460001526375102
Binary11100101101110111011100110000001101101100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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