#71ECF1

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

Shades of Turquoise Blue #71ECF1

Tints of Turquoise Blue #71ECF1

Color information

#71ECF1 (or 0x71ECF1) is unknown color: approx Turquoise Blue. HEX triplet: 71, EC and F1. RGB value is (113,236,241). Sum of RGB (Red+Green+Blue) = 113+236+241=590 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.15% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #71ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71ECF1 is #8E130E. Grayscale: #C7C7C7. Windows color (decimal): -9310991 or 15854705. OLE color: 15854705.

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

Color convert

RGB113236241-
CMYK0.530.0200.05
HSL182.34º82.05%69.41%-
HSV(B)182.34º53.11%94.51%-
XYZ52.6869.8593.93-
YUV199.79151.2566.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.15%
GREEN value IS 236 (92.58% from 255) = 40%
BLUE value IS 241 (94.53% from 255) = 40.85%
R=19.15%
G=40%
B=40.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1132362410.530.0200.05182.3482.0569.41
Hex71ECF135205b65245
Octal16135436165205266122105
Binary111000111101100111100011101011001011011011010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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