#71E3EB

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

Shades of Turquoise Blue #71E3EB

Tints of Turquoise Blue #71E3EB

Color information

#71E3EB (or 0x71E3EB) is unknown color: approx Turquoise Blue. HEX triplet: 71, E3 and EB. RGB value is (113,227,235). Sum of RGB (Red+Green+Blue) = 113+227+235=575 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.65% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #71E3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E3EB is #8E1C14. Grayscale: #C1C1C1. Windows color (decimal): -9313301 or 15459185. OLE color: 15459185.

HSL color Cylindrical-coordinate representation of color #71E3EB: hue angle of 183.93º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71E3EB is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113227235-
CMYK0.520.0300.08
HSL183.93º75.31%68.24%-
HSV(B)183.93º51.91%92.16%-
XYZ49.2764.4588.44-
YUV193.83151.2370.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.65%
GREEN value IS 227 (89.06% from 255) = 39.48%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=19.65%
G=39.48%
B=40.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132272350.520.0300.08183.9375.3168.24
Hex71E3EB34308b84b44
Octal161343353643010270113104
Binary1110001111000111110101111010011010001011100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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