#72DAEB

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

Shades of Turquoise Blue #72DAEB

Tints of Turquoise Blue #72DAEB

Color information

#72DAEB (or 0x72DAEB) is unknown color: approx Turquoise Blue. HEX triplet: 72, DA and EB. RGB value is (114,218,235). Sum of RGB (Red+Green+Blue) = 114+218+235=567 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.11% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #72DAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DAEB is #8D2514. Grayscale: #BCBCBC. Windows color (decimal): -9250069 or 15456882. OLE color: 15456882.

HSL color Cylindrical-coordinate representation of color #72DAEB: hue angle of 188.43º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72DAEB is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114218235-
CMYK0.510.0700.08
HSL188.43º75.16%68.43%-
HSV(B)188.43º51.49%92.16%-
XYZ47.0159.7287.65-
YUV188.84154.0474.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.11%
GREEN value IS 218 (85.55% from 255) = 38.45%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=20.11%
G=38.45%
B=41.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142182350.510.0700.08188.4375.1668.43
Hex72DAEB33708bc4b44
Octal162332353637010274113104
Binary11100101101101011101011110011111010001011110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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