#71ECEA

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

Shades of Turquoise Blue #71ECEA

Tints of Turquoise Blue #71ECEA

Color information

#71ECEA (or 0x71ECEA) is unknown color: approx Turquoise Blue. HEX triplet: 71, EC and EA. RGB value is (113,236,234). Sum of RGB (Red+Green+Blue) = 113+236+234=583 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.38% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71ECEA is #8E1315. Grayscale: #C6C6C6. Windows color (decimal): -9310998 or 15395953. OLE color: 15395953.

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

Color convert

RGB113236234-
CMYK0.5200.010.07
HSL179.02º76.4%68.43%-
HSV(B)179.02º52.12%92.55%-
XYZ51.6669.4488.52-
YUV199147.7566.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.38%
GREEN value IS 236 (92.58% from 255) = 40.48%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=19.38%
G=40.48%
B=40.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132362340.5200.010.07179.0276.468.43
Hex71ECEA34017b34c44
Octal16135435264017263114104
Binary11100011110110011101010110100011111011001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71ECEA; }

 p { color: rgb(113,236,234); }

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

<style>
 a { background-color: #71ECEA; }

 a { background-color: rgb(113,236,234); }

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

<style>
 span { border-color: #71ECEA; }

 span { border-color: rgb(113,236,234); }

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