#71D7F9

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

Shades of Turquoise Blue #71D7F9

Tints of Turquoise Blue #71D7F9

Color information

#71D7F9 (or 0x71D7F9) is unknown color: approx Turquoise Blue. HEX triplet: 71, D7 and F9. RGB value is (113,215,249). Sum of RGB (Red+Green+Blue) = 113+215+249=577 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.58% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #71D7F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D7F9 is #8E2806. Grayscale: #BCBCBC. Windows color (decimal): -9316359 or 16373617. OLE color: 16373617.

HSL color Cylindrical-coordinate representation of color #71D7F9: hue angle of 195º 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 #71D7F9 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113215249-
CMYK0.550.1400.02
HSL195º91.89%70.98%-
HSV(B)195º54.62%97.65%-
XYZ48.2158.9598.46-
YUV188.38162.2174.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.58%
GREEN value IS 215 (84.38% from 255) = 37.26%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=19.58%
G=37.26%
B=43.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132152490.550.1400.0219591.8970.98
Hex71D7F937E02c35c47
Octal161327371671602303134107
Binary1110001110101111111100111011111100101100001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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