Html Css Color HEX #71E2FA Turquoise Blue

📋 copy color: '#71E2FA'

red 113 ◦ green 226 ◦ blue 250

#71E2FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #71E2FA

Tints of Turquoise Blue #71E2FA

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 value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71E2FA (or 0x71E2FA) is known color: 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

RGB 113 226 250 -
CMYK 0.55 0.10 0 0.02
HSL 190.51º 0.93% 0.71% -
HSV(B) 190.51º 0.55% 0.98% -
XYZ 51.26 64.81 100.25 -
YUV 194.95 159.06 69.55 -
System Red Green Blue C M Y K H S L
Decimal 113 226 250 0.55 0.10 0 0.02 190.51 0.93 0.71
Hex 71 E2 FA 37 A 0 2 BF 5D 47
Octal 161 342 372 67 12 0 2 277 135 107
Binary 1110001 11100010 11111010 110111 1010 0 10 10111111 1011101 1000111

Color Harmonies of #71E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E2FA

Black with #71E2FA

Text Example


Text Example

White with #71E2FA

Text Example


Text Example

HTML Codes & Css Web 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>