#71E5FA

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

Shades of Turquoise Blue #71E5FA

Tints of Turquoise Blue #71E5FA

Color information

#71E5FA (or 0x71E5FA) is unknown color: approx Turquoise Blue. HEX triplet: 71, E5 and FA. RGB value is (113,229,250). Sum of RGB (Red+Green+Blue) = 113+229+250=592 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.09% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #71E5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E5FA is #8E1A05. Grayscale: #C4C4C4. Windows color (decimal): -9312774 or 16442737. OLE color: 16442737.

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

Color convert

RGB113229250-
CMYK0.550.0800.02
HSL189.2º93.2%71.18%-
HSV(B)189.2º54.8%98.04%-
XYZ52.0866.45100.52-
YUV196.71158.0768.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.09%
GREEN value IS 229 (89.84% from 255) = 38.68%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=19.09%
G=38.68%
B=42.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132292500.550.0800.02189.293.271.18
Hex71E5FA37802bd5d47
Octal161345372671002275135107
Binary1110001111001011111101011011110000101011110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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