Html Css Color HEX #71EFE2 Turquoise Blue

📋 copy color: '#71EFE2'

red 113 ◦ green 239 ◦ blue 226

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

Shades of Turquoise Blue #71EFE2

Tints of Turquoise Blue #71EFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.35%

 BLUE value IS 226 (88.67% from 255) = 39.1%

R = 19.55%
G = 41.35%
B = 39.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#71EFE2 (or 0x71EFE2) is known color: Turquoise Blue. HEX triplet: 71, EF and E2. RGB value is (113,239,226). Sum of RGB (Red+Green+Blue) = 113+239+226=578 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.55% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EFE2 is #8E101D. Grayscale: #C7C7C7. Windows color (decimal): -9310238 or 14872433. OLE color: 14872433.

HSL color Cylindrical-coordinate representation of color #71EFE2: hue angle of 173.81º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EFE2 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 239 226 -
CMYK 0.53 0 0.05 0.06
HSL 173.81º 0.8% 0.69% -
HSV(B) 173.81º 0.53% 0.94% -
XYZ 51.4 70.73 82.9 -
YUV 199.84 142.76 66.06 -
System Red Green Blue C M Y K H S L
Decimal 113 239 226 0.53 0 0.05 0.06 173.81 0.8 0.69
Hex 71 EF E2 35 0 5 6 AE 50 45
Octal 161 357 342 65 0 5 6 256 120 105
Binary 1110001 11101111 11100010 110101 0 101 110 10101110 1010000 1000101

Color Harmonies of #71EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EFE2

Black with #71EFE2

Text Example


Text Example

White with #71EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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