#72DBEC

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

Shades of Turquoise Blue #72DBEC

Tints of Turquoise Blue #72DBEC

Color information

#72DBEC (or 0x72DBEC) is unknown color: approx Turquoise Blue. HEX triplet: 72, DB and EC. RGB value is (114,219,236). Sum of RGB (Red+Green+Blue) = 114+219+236=569 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.04% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #72DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DBEC is #8D2413. Grayscale: #BDBDBD. Windows color (decimal): -9249812 or 15522674. OLE color: 15522674.

HSL color Cylindrical-coordinate representation of color #72DBEC: hue angle of 188.36º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72DBEC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114219236-
CMYK0.520.0700.07
HSL188.36º76.25%68.63%-
HSV(B)188.36º51.69%92.55%-
XYZ47.4160.388.5-
YUV189.54154.2174.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.04%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=20.04%
G=38.49%
B=41.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142192360.520.0700.07188.3676.2568.63
Hex72DBEC34707bc4c45
Octal16233335464707274114105
Binary1110010110110111110110011010011101111011110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,219,236); }

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

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

 a { background-color: rgb(114,219,236); }

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

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

 span { border-color: rgb(114,219,236); }

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