#71EBE7

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

Shades of Turquoise Blue #71EBE7

Tints of Turquoise Blue #71EBE7

Color information

#71EBE7 (or 0x71EBE7) is unknown color: approx Turquoise Blue. HEX triplet: 71, EB and E7. RGB value is (113,235,231). Sum of RGB (Red+Green+Blue) = 113+235+231=579 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.52% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #71EBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EBE7 is #8E1418. Grayscale: #C5C5C5. Windows color (decimal): -9311257 or 15199089. OLE color: 15199089.

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

Color convert

RGB113235231-
CMYK0.5200.020.08
HSL178.03º75.31%68.24%-
HSV(B)178.03º51.91%92.16%-
XYZ50.9468.786.18-
YUV198.07146.5867.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.52%
GREEN value IS 235 (92.19% from 255) = 40.59%
BLUE value IS 231 (90.62% from 255) = 39.90%
R=19.52%
G=40.59%
B=39.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132352310.5200.020.08178.0375.3168.24
Hex71EBE734028b24b44
Octal161353347640210262113104
Binary1110001111010111110011111010001010001011001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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