Html Css Color HEX #47EABC Turquoise

📋 copy color: '#47EABC'

red 71 ◦ green 234 ◦ blue 188

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

Shades of Turquoise #47EABC

Tints of Turquoise #47EABC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.46%

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 14.4%
G = 47.46%
B = 38.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#47EABC (or 0x47EABC) is known color: Turquoise. HEX triplet: 47, EA and BC. RGB value is (71,234,188). Sum of RGB (Red+Green+Blue) = 71+234+188=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #47EABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EABC is #B81543. Grayscale: #B4B4B4. Windows color (decimal): -12064068 or 12380743. OLE color: 12380743.

HSL color Cylindrical-coordinate representation of color #47EABC: hue angle of 163.07º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EABC is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 234 188 -
CMYK 0.70 0 0.20 0.08
HSL 163.07º 0.8% 0.6% -
HSV(B) 163.07º 0.7% 0.92% -
XYZ 41.1 63.82 57.73 -
YUV 180.02 132.5 50.24 -
System Red Green Blue C M Y K H S L
Decimal 71 234 188 0.70 0 0.20 0.08 163.07 0.8 0.6
Hex 47 EA BC 46 0 14 8 A3 50 3C
Octal 107 352 274 106 0 24 10 243 120 74
Binary 1000111 11101010 10111100 1000110 0 10100 1000 10100011 1010000 111100

Color Harmonies of #47EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EABC

Black with #47EABC

Text Example


Text Example

White with #47EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,234,188); }

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

background-color css

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

 a { background-color: rgb(71,234,188); }

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

border-color css

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

 span { border-color: rgb(71,234,188); }

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