Html Css Color HEX #47ECC2 Turquoise

📋 copy color: '#47ECC2'

red 71 ◦ green 236 ◦ blue 194

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

Shades of Turquoise #47ECC2

Tints of Turquoise #47ECC2

RGB

 RED value IS 71 (28.13% from 255) = 14.17%

 GREEN value IS 236 (92.58% from 255) = 47.11%

 BLUE value IS 194 (76.17% from 255) = 38.72%

R = 14.17%
G = 47.11%
B = 38.72%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#47ECC2 (or 0x47ECC2) is known color: Turquoise. HEX triplet: 47, EC and C2. RGB value is (71,236,194). Sum of RGB (Red+Green+Blue) = 71+236+194=501 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.17% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECC2 is #B8133D. Grayscale: #B5B5B5. Windows color (decimal): -12063550 or 12774471. OLE color: 12774471.

HSL color Cylindrical-coordinate representation of color #47ECC2: hue angle of 164.73º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47ECC2 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 236 194 -
CMYK 0.70 0 0.18 0.07
HSL 164.73º 0.81% 0.6% -
HSV(B) 164.73º 0.7% 0.93% -
XYZ 42.33 65.23 61.4 -
YUV 181.88 134.84 48.92 -
System Red Green Blue C M Y K H S L
Decimal 71 236 194 0.70 0 0.18 0.07 164.73 0.81 0.6
Hex 47 EC C2 46 0 12 7 A5 51 3C
Octal 107 354 302 106 0 22 7 245 121 74
Binary 1000111 11101100 11000010 1000110 0 10010 111 10100101 1010001 111100

Color Harmonies of #47ECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ECC2

Black with #47ECC2

Text Example


Text Example

White with #47ECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47ECC2; }

 p { color: rgb(71,236,194); }

 H1.HeaderClassName
 {
   color: #47ECC2;
 }
 .AnyTagClassName
 {
   color: #47ECC2;
 }
</style>

background-color css

<style>
 a { background-color: #47ECC2; }

 a { background-color: rgb(71,236,194); }

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

border-color css

<style>
 span { border-color: #47ECC2; }

 span { border-color: rgb(71,236,194); }

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