#72DDF9

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

Shades of Turquoise Blue #72DDF9

Tints of Turquoise Blue #72DDF9

Color information

#72DDF9 (or 0x72DDF9) is unknown color: approx Turquoise Blue. HEX triplet: 72, DD and F9. RGB value is (114,221,249). Sum of RGB (Red+Green+Blue) = 114+221+249=584 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.52% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #72DDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DDF9 is #8D2206. Grayscale: #BFBFBF. Windows color (decimal): -9249287 or 16375154. OLE color: 16375154.

HSL color Cylindrical-coordinate representation of color #72DDF9: hue angle of 192.44º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72DDF9 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114221249-
CMYK0.540.1100.02
HSL192.44º91.84%71.18%-
HSV(B)192.44º54.22%97.65%-
XYZ49.8962.1398.99-
YUV192.2160.0572.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.52%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 249 (97.66% from 255) = 42.64%
R=19.52%
G=37.84%
B=42.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142212490.540.1100.02192.4491.8471.18
Hex72DDF936B02c05c47
Octal162335371661302300134107
Binary1110010110111011111100111011010110101100000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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