#71DAF0

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

Shades of Turquoise Blue #71DAF0

Tints of Turquoise Blue #71DAF0

Color information

#71DAF0 (or 0x71DAF0) is unknown color: approx Turquoise Blue. HEX triplet: 71, DA and F0. RGB value is (113,218,240). Sum of RGB (Red+Green+Blue) = 113+218+240=571 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.79% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #71DAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DAF0 is #8E250F. Grayscale: #BCBCBC. Windows color (decimal): -9315600 or 15784561. OLE color: 15784561.

HSL color Cylindrical-coordinate representation of color #71DAF0: hue angle of 190.39º 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 #71DAF0 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB113218240-
CMYK0.530.0900.06
HSL190.39º80.89%69.22%-
HSV(B)190.39º52.92%94.12%-
XYZ47.6159.9491.5-
YUV189.11156.7173.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.79%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 240 (94.14% from 255) = 42.03%
R=19.79%
G=38.18%
B=42.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1132182400.530.0900.06190.3980.8969.22
Hex71DAF035906be5145
Octal161332360651106276121105
Binary11100011101101011110000110101100101101011111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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