#72daf9

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

Shades of Turquoise Blue #72DAF9

Tints of Turquoise Blue #72DAF9

Color information

#72DAF9 (or 0x72DAF9) is unknown color: approx Turquoise Blue. HEX triplet: 72, DA and F9. RGB value is (114,218,249). Sum of RGB (Red+Green+Blue) = 114+218+249=581 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.62% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #72DAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DAF9 is #8D2506. Grayscale: #BEBEBE. Windows color (decimal): -9250055 or 16374386. OLE color: 16374386.

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

Color convert

RGB114218249-
CMYK0.540.1200.02
HSL193.78º91.84%71.18%-
HSV(B)193.78º54.22%97.65%-
XYZ49.1160.5698.72-
YUV190.44161.0473.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.62%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 249 (97.66% from 255) = 42.86%
R=19.62%
G=37.52%
B=42.86%

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
Decimal1142182490.540.1200.02193.7891.8471.18
Hex72DAF936C02c25c47
Octal162332371661402302134107
Binary1110010110110101111100111011011000101100001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72daf9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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