#71eaf0

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

Shades of Turquoise Blue #71EAF0

Tints of Turquoise Blue #71EAF0

Color information

#71EAF0 (or 0x71EAF0) is unknown color: approx Turquoise Blue. HEX triplet: 71, EA and F0. RGB value is (113,234,240). Sum of RGB (Red+Green+Blue) = 113+234+240=587 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.25% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #71EAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EAF0 is #8E150F. Grayscale: #C6C6C6. Windows color (decimal): -9311504 or 15788657. OLE color: 15788657.

HSL color Cylindrical-coordinate representation of color #71EAF0: hue angle of 182.83º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EAF0 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB113234240-
CMYK0.530.0200.06
HSL182.83º80.89%69.22%-
HSV(B)182.83º52.92%94.12%-
XYZ51.9668.6592.95-
YUV198.5151.4167.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.25%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 240 (94.14% from 255) = 40.89%
R=19.25%
G=39.86%
B=40.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1132342400.530.0200.06182.8380.8969.22
Hex71EAF035206b75145
Octal16135236065206267121105
Binary111000111101010111100001101011001101011011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71eaf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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