#71D9F9

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

Shades of Turquoise Blue #71D9F9

Tints of Turquoise Blue #71D9F9

Color information

#71D9F9 (or 0x71D9F9) is unknown color: approx Turquoise Blue. HEX triplet: 71, D9 and F9. RGB value is (113,217,249). Sum of RGB (Red+Green+Blue) = 113+217+249=579 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.52% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #71D9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D9F9 is #8E2606. Grayscale: #BDBDBD. Windows color (decimal): -9315847 or 16374129. OLE color: 16374129.

HSL color Cylindrical-coordinate representation of color #71D9F9: hue angle of 194.12º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71D9F9 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113217249-
CMYK0.550.1300.02
HSL194.12º91.89%70.98%-
HSV(B)194.12º54.62%97.65%-
XYZ48.7259.9898.63-
YUV189.55161.5473.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.52%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 249 (97.66% from 255) = 43.01%
R=19.52%
G=37.48%
B=43.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132172490.550.1300.02194.1291.8970.98
Hex71D9F937D02c25c47
Octal161331371671502302134107
Binary1110001110110011111100111011111010101100001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,217,249); }

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

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

 a { background-color: rgb(113,217,249); }

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

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

 span { border-color: rgb(113,217,249); }

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