#72EBDD

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

Shades of Turquoise Blue #72EBDD

Tints of Turquoise Blue #72EBDD

Color information

#72EBDD (or 0x72EBDD) is unknown color: approx Turquoise Blue. HEX triplet: 72, EB and DD. RGB value is (114,235,221). Sum of RGB (Red+Green+Blue) = 114+235+221=570 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #72EBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EBDD is #8D1422. Grayscale: #C5C5C5. Windows color (decimal): -9245731 or 14543730. OLE color: 14543730.

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

Color convert

RGB114235221-
CMYK0.5100.060.08
HSL173.06º75.16%68.43%-
HSV(B)173.06º51.49%92.16%-
XYZ49.768.2178.95-
YUV197.23141.4168.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20%
GREEN value IS 235 (92.19% from 255) = 41.23%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=20%
G=41.23%
B=38.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142352210.5100.060.08173.0675.1668.43
Hex72EBDD33068ad4b44
Octal162353335630610255113104
Binary11100101110101111011101110011011010001010110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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