#72DFEA

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

Shades of Turquoise Blue #72DFEA

Tints of Turquoise Blue #72DFEA

Color information

#72DFEA (or 0x72DFEA) is unknown color: approx Turquoise Blue. HEX triplet: 72, DF and EA. RGB value is (114,223,234). Sum of RGB (Red+Green+Blue) = 114+223+234=571 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.96% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #72DFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DFEA is #8D2015. Grayscale: #BFBFBF. Windows color (decimal): -9248790 or 15392626. OLE color: 15392626.

HSL color Cylindrical-coordinate representation of color #72DFEA: hue angle of 185.5º degrees, saturation: 0.74, 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 #72DFEA is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114223234-
CMYK0.510.0500.08
HSL185.5º74.07%68.24%-
HSV(B)185.5º51.28%91.76%-
XYZ48.1862.2987.33-
YUV191.66151.8972.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.96%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=19.96%
G=39.05%
B=40.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142232340.510.0500.08185.574.0768.24
Hex72DFEA33508ba4a44
Octal162337352635010272112104
Binary11100101101111111101010110011101010001011101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,223,234); }

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

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

 a { background-color: rgb(114,223,234); }

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

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

 span { border-color: rgb(114,223,234); }

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