#71E2FA

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

Shades of Turquoise Blue #71E2FA

Tints of Turquoise Blue #71E2FA

Color information

#71E2FA (or 0x71E2FA) is unknown color: approx Turquoise Blue. HEX triplet: 71, E2 and FA. RGB value is (113,226,250). Sum of RGB (Red+Green+Blue) = 113+226+250=589 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.19% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #71E2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E2FA is #8E1D05. Grayscale: #C2C2C2. Windows color (decimal): -9313542 or 16441969. OLE color: 16441969.

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

Color convert

RGB113226250-
CMYK0.550.1000.02
HSL190.51º93.2%71.18%-
HSV(B)190.51º54.8%98.04%-
XYZ51.2664.81100.25-
YUV194.95159.0669.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.19%
GREEN value IS 226 (88.67% from 255) = 38.37%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=19.19%
G=38.37%
B=42.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132262500.550.1000.02190.5193.271.18
Hex71E2FA37A02bf5d47
Octal161342372671202277135107
Binary1110001111000101111101011011110100101011111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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