Html Css Color HEX #71E4F9 Turquoise Blue

📋 copy color: '#71E4F9'

red 113 ◦ green 228 ◦ blue 249

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

Shades of Turquoise Blue #71E4F9

Tints of Turquoise Blue #71E4F9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.64%

 BLUE value IS 249 (97.66% from 255) = 42.2%

R = 19.15%
G = 38.64%
B = 42.2%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71E4F9 (or 0x71E4F9) is known color: Turquoise Blue. HEX triplet: 71, E4 and F9. RGB value is (113,228,249). Sum of RGB (Red+Green+Blue) = 113+228+249=590 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.15% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #71E4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E4F9 is #8E1B06. Grayscale: #C3C3C3. Windows color (decimal): -9313031 or 16376945. OLE color: 16376945.

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

Color convert

RGB 113 228 249 -
CMYK 0.55 0.08 0 0.02
HSL 189.26º 0.92% 0.71% -
HSV(B) 189.26º 0.55% 0.98% -
XYZ 51.65 65.84 99.61 -
YUV 196.01 157.9 68.79 -
System Red Green Blue C M Y K H S L
Decimal 113 228 249 0.55 0.08 0 0.02 189.26 0.92 0.71
Hex 71 E4 F9 37 8 0 2 BD 5C 47
Octal 161 344 371 67 10 0 2 275 134 107
Binary 1110001 11100100 11111001 110111 1000 0 10 10111101 1011100 1000111

Color Harmonies of #71E4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E4F9

Black with #71E4F9

Text Example


Text Example

White with #71E4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,228,249); }

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

background-color css

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

 a { background-color: rgb(113,228,249); }

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

border-color css

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

 span { border-color: rgb(113,228,249); }

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