#72EBED

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

Shades of Turquoise Blue #72EBED

Tints of Turquoise Blue #72EBED

Color information

#72EBED (or 0x72EBED) is unknown color: approx Turquoise Blue. HEX triplet: 72, EB and ED. RGB value is (114,235,237). Sum of RGB (Red+Green+Blue) = 114+235+237=586 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.45% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #72EBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72EBED is #8D1412. Grayscale: #C6C6C6. Windows color (decimal): -9245715 or 15592306. OLE color: 15592306.

HSL color Cylindrical-coordinate representation of color #72EBED: hue angle of 180.98º degrees, saturation: 0.77, 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 #72EBED is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114235237-
CMYK0.520.0100.07
HSL180.98º77.36%68.82%-
HSV(B)180.98º51.9%92.94%-
XYZ51.9369.1190.72-
YUV199.05149.4167.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 19.45%
GREEN value IS 235 (92.19% from 255) = 40.10%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=19.45%
G=40.10%
B=40.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142352370.520.0100.07180.9877.3668.82
Hex72EBED34107b54d45
Octal16235335564107265115105
Binary11100101110101111101101110100101111011010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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