#71D8F9

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

Shades of Turquoise Blue #71D8F9

Tints of Turquoise Blue #71D8F9

Color information

#71D8F9 (or 0x71D8F9) is unknown color: approx Turquoise Blue. HEX triplet: 71, D8 and F9. RGB value is (113,216,249). Sum of RGB (Red+Green+Blue) = 113+216+249=578 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.55% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #71D8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D8F9 is #8E2706. Grayscale: #BCBCBC. Windows color (decimal): -9316103 or 16373873. OLE color: 16373873.

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

Color convert

RGB113216249-
CMYK0.550.1300.02
HSL194.56º91.89%70.98%-
HSV(B)194.56º54.62%97.65%-
XYZ48.4659.4698.55-
YUV188.96161.8873.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.55%
GREEN value IS 216 (84.77% from 255) = 37.37%
BLUE value IS 249 (97.66% from 255) = 43.08%
R=19.55%
G=37.37%
B=43.08%

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
Decimal1132162490.550.1300.02194.5691.8970.98
Hex71D8F937D02c35c47
Octal161330371671502303134107
Binary1110001110110001111100111011111010101100001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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