#71DCFA

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

Shades of Turquoise Blue #71DCFA

Tints of Turquoise Blue #71DCFA

Color information

#71DCFA (or 0x71DCFA) is unknown color: approx Turquoise Blue. HEX triplet: 71, DC and FA. RGB value is (113,220,250). Sum of RGB (Red+Green+Blue) = 113+220+250=583 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.38% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #71DCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DCFA is #8E2305. Grayscale: #BFBFBF. Windows color (decimal): -9315078 or 16440433. OLE color: 16440433.

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

Color convert

RGB113220250-
CMYK0.550.1200.02
HSL193.14º93.2%71.18%-
HSV(B)193.14º54.8%98.04%-
XYZ49.6661.699.72-
YUV191.43161.0572.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.38%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=19.38%
G=37.74%
B=42.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132202500.550.1200.02193.1493.271.18
Hex71DCFA37C02c15d47
Octal161334372671402301135107
Binary1110001110111001111101011011111000101100000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,220,250); }

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

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

 a { background-color: rgb(113,220,250); }

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

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

 span { border-color: rgb(113,220,250); }

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