Html Css Color HEX #71E3FA Turquoise Blue

📋 copy color: '#71E3FA'

red 113 ◦ green 227 ◦ blue 250

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

Shades of Turquoise Blue #71E3FA

Tints of Turquoise Blue #71E3FA

RGB

 RED value IS 113 (44.53% from 255) = 19.15%

 GREEN value IS 227 (89.06% from 255) = 38.47%

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 19.15%
G = 38.47%
B = 42.37%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71E3FA (or 0x71E3FA) is known color: Turquoise Blue. HEX triplet: 71, E3 and FA. RGB value is (113,227,250). Sum of RGB (Red+Green+Blue) = 113+227+250=590 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.15% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #71E3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E3FA is #8E1C05. Grayscale: #C3C3C3. Windows color (decimal): -9313286 or 16442225. OLE color: 16442225.

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

Color convert

RGB 113 227 250 -
CMYK 0.55 0.09 0 0.02
HSL 190.07º 0.93% 0.71% -
HSV(B) 190.07º 0.55% 0.98% -
XYZ 51.53 65.35 100.34 -
YUV 195.54 158.73 69.13 -
System Red Green Blue C M Y K H S L
Decimal 113 227 250 0.55 0.09 0 0.02 190.07 0.93 0.71
Hex 71 E3 FA 37 9 0 2 BE 5D 47
Octal 161 343 372 67 11 0 2 276 135 107
Binary 1110001 11100011 11111010 110111 1001 0 10 10111110 1011101 1000111

Color Harmonies of #71E3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E3FA

Black with #71E3FA

Text Example


Text Example

White with #71E3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71E3FA;
 }
 .AnyTagClassName
 {
   color: #71E3FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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