Html Css Color HEX #71EFE3 Turquoise Blue

📋 copy color: '#71EFE3'

red 113 ◦ green 239 ◦ blue 227

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

Shades of Turquoise Blue #71EFE3

Tints of Turquoise Blue #71EFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.21%

R = 19.52%
G = 41.28%
B = 39.21%

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

#71EFE3 (or 0x71EFE3) is known color: Turquoise Blue. HEX triplet: 71, EF and E3. RGB value is (113,239,227). Sum of RGB (Red+Green+Blue) = 113+239+227=579 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.52% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EFE3 is #8E101C. Grayscale: #C7C7C7. Windows color (decimal): -9310237 or 14937969. OLE color: 14937969.

HSL color Cylindrical-coordinate representation of color #71EFE3: hue angle of 174.29º 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 #71EFE3 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 239 227 -
CMYK 0.53 0 0.05 0.06
HSL 174.29º 0.8% 0.69% -
HSV(B) 174.29º 0.53% 0.94% -
XYZ 51.54 70.79 83.62 -
YUV 199.96 143.26 65.98 -
System Red Green Blue C M Y K H S L
Decimal 113 239 227 0.53 0 0.05 0.06 174.29 0.8 0.69
Hex 71 EF E3 35 0 5 6 AE 50 45
Octal 161 357 343 65 0 5 6 256 120 105
Binary 1110001 11101111 11100011 110101 0 101 110 10101110 1010000 1000101

Color Harmonies of #71EFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EFE3

Black with #71EFE3

Text Example


Text Example

White with #71EFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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