#72D8EB

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

Shades of Turquoise Blue #72D8EB

Tints of Turquoise Blue #72D8EB

Color information

#72D8EB (or 0x72D8EB) is unknown color: approx Turquoise Blue. HEX triplet: 72, D8 and EB. RGB value is (114,216,235). Sum of RGB (Red+Green+Blue) = 114+216+235=565 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.18% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #72D8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D8EB is #8D2714. Grayscale: #BBBBBB. Windows color (decimal): -9250581 or 15456370. OLE color: 15456370.

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

Color convert

RGB114216235-
CMYK0.510.0800.08
HSL189.42º75.16%68.43%-
HSV(B)189.42º51.49%92.16%-
XYZ46.4958.6987.47-
YUV187.67154.7175.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.18%
GREEN value IS 216 (84.77% from 255) = 38.23%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=20.18%
G=38.23%
B=41.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142162350.510.0800.08189.4275.1668.43
Hex72D8EB33808bd4b44
Octal1623303536310010275113104
Binary111001011011000111010111100111000010001011110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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