#71ECE3

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

Shades of Turquoise Blue #71ECE3

Tints of Turquoise Blue #71ECE3

Color information

#71ECE3 (or 0x71ECE3) is unknown color: approx Turquoise Blue. HEX triplet: 71, EC and E3. RGB value is (113,236,227). Sum of RGB (Red+Green+Blue) = 113+236+227=576 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.62% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 227 (89.06% from 255 or 39.41% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECE3 is #8E131C. Grayscale: #C6C6C6. Windows color (decimal): -9311005 or 14937201. OLE color: 14937201.

HSL color Cylindrical-coordinate representation of color #71ECE3: hue angle of 175.61º 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 #71ECE3 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB113236227-
CMYK0.5200.040.07
HSL175.61º76.4%68.43%-
HSV(B)175.61º52.12%92.55%-
XYZ50.6769.0583.33-
YUV198.2144.2567.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.62%
GREEN value IS 236 (92.58% from 255) = 40.97%
BLUE value IS 227 (89.06% from 255) = 39.41%
R=19.62%
G=40.97%
B=39.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132362270.5200.040.07175.6176.468.43
Hex71ECE334047b04c44
Octal16135434364047260114104
Binary1110001111011001110001111010001001111011000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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