#71E4F7

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

Shades of Turquoise Blue #71E4F7

Tints of Turquoise Blue #71E4F7

Color information

#71E4F7 (or 0x71E4F7) is unknown color: approx Turquoise Blue. HEX triplet: 71, E4 and F7. RGB value is (113,228,247). Sum of RGB (Red+Green+Blue) = 113+228+247=588 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.22% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 247 - color contains mainly: blue. Hex color #71E4F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E4F7 is #8E1B08. Grayscale: #C3C3C3. Windows color (decimal): -9313033 or 16245873. OLE color: 16245873.

HSL color Cylindrical-coordinate representation of color #71E4F7: hue angle of 188.51º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71E4F7 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB113228247-
CMYK0.540.0800.03
HSL188.51º89.33%70.59%-
HSV(B)188.51º54.25%96.86%-
XYZ51.3465.7197.97-
YUV195.78156.968.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.22%
GREEN value IS 228 (89.45% from 255) = 38.78%
BLUE value IS 247 (96.88% from 255) = 42.01%
R=19.22%
G=38.78%
B=42.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1132282470.540.0800.03188.5189.3370.59
Hex71E4F736803bd5947
Octal161344367661003275131107
Binary1110001111001001111011111011010000111011110110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,228,247); }

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

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

 a { background-color: rgb(113,228,247); }

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

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

 span { border-color: rgb(113,228,247); }

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