#72DCF9

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

Shades of Turquoise Blue #72DCF9

Tints of Turquoise Blue #72DCF9

Color information

#72DCF9 (or 0x72DCF9) is unknown color: approx Turquoise Blue. HEX triplet: 72, DC and F9. RGB value is (114,220,249). Sum of RGB (Red+Green+Blue) = 114+220+249=583 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.55% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #72DCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DCF9 is #8D2306. Grayscale: #BFBFBF. Windows color (decimal): -9249543 or 16374898. OLE color: 16374898.

HSL color Cylindrical-coordinate representation of color #72DCF9: hue angle of 192.89º 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 #72DCF9 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114220249-
CMYK0.540.1200.02
HSL192.89º91.84%71.18%-
HSV(B)192.89º54.22%97.65%-
XYZ49.6361.698.9-
YUV191.61160.3872.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.55%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=19.55%
G=37.74%
B=42.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142202490.540.1200.02192.8991.8471.18
Hex72DCF936C02c15c47
Octal162334371661402301134107
Binary1110010110111001111100111011011000101100000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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