#72DADD

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

Shades of Turquoise Blue #72DADD

Tints of Turquoise Blue #72DADD

Color information

#72DADD (or 0x72DADD) is unknown color: approx Turquoise Blue. HEX triplet: 72, DA and DD. RGB value is (114,218,221). Sum of RGB (Red+Green+Blue) = 114+218+221=553 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.61% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #72DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DADD is #8D2522. Grayscale: #BBBBBB. Windows color (decimal): -9250083 or 14539378. OLE color: 14539378.

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

Color convert

RGB114218221-
CMYK0.480.0100.13
HSL181.68º61.14%65.69%-
HSV(B)181.68º48.42%86.67%-
XYZ45.0658.9477.41-
YUV187.25147.0475.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.61%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=20.61%
G=39.42%
B=39.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142182210.480.0100.13181.6861.1465.69
Hex72DADD3010Db63d42
Octal16233233560101526675102
Binary11100101101101011011101110000101101101101101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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