Html Css Color HEX #47E3E1 Turquoise

📋 copy color: '#47E3E1'

red 71 ◦ green 227 ◦ blue 225

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

Shades of Turquoise #47E3E1

Tints of Turquoise #47E3E1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.4%

 BLUE value IS 225 (88.28% from 255) = 43.02%

R = 13.58%
G = 43.4%
B = 43.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#47E3E1 (or 0x47E3E1) is known color: Turquoise. HEX triplet: 47, E3 and E1. RGB value is (71,227,225). Sum of RGB (Red+Green+Blue) = 71+227+225=523 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.58% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #47E3E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E3E1 is #B81C1E. Grayscale: #B3B3B3. Windows color (decimal): -12065823 or 14803783. OLE color: 14803783.

HSL color Cylindrical-coordinate representation of color #47E3E1: hue angle of 179.23º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E3E1 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 71 227 225 -
CMYK 0.69 0 0.01 0.11
HSL 179.23º 0.74% 0.58% -
HSV(B) 179.23º 0.69% 0.89% -
XYZ 43.66 61.71 80.85 -
YUV 180.13 153.32 50.16 -
System Red Green Blue C M Y K H S L
Decimal 71 227 225 0.69 0 0.01 0.11 179.23 0.74 0.58
Hex 47 E3 E1 45 0 1 B B3 4A 3A
Octal 107 343 341 105 0 1 13 263 112 72
Binary 1000111 11100011 11100001 1000101 0 1 1011 10110011 1001010 111010

Color Harmonies of #47E3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E3E1

Black with #47E3E1

Text Example


Text Example

White with #47E3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,227,225); }

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

background-color css

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

 a { background-color: rgb(71,227,225); }

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

border-color css

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

 span { border-color: rgb(71,227,225); }

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