Html Css Color HEX #47E3D6 Turquoise

📋 copy color: '#47E3D6'

red 71 ◦ green 227 ◦ blue 214

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

Shades of Turquoise #47E3D6

Tints of Turquoise #47E3D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 13.87%
G = 44.34%
B = 41.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#47E3D6 (or 0x47E3D6) is known color: Turquoise. HEX triplet: 47, E3 and D6. RGB value is (71,227,214). Sum of RGB (Red+Green+Blue) = 71+227+214=512 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.87% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #47E3D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E3D6 is #B81C29. Grayscale: #B2B2B2. Windows color (decimal): -12065834 or 14082887. OLE color: 14082887.

HSL color Cylindrical-coordinate representation of color #47E3D6: hue angle of 175º 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 #47E3D6 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 71 227 214 -
CMYK 0.69 0 0.06 0.11
HSL 175º 0.74% 0.58% -
HSV(B) 175º 0.69% 0.89% -
XYZ 42.21 61.13 73.19 -
YUV 178.87 147.82 51.06 -
System Red Green Blue C M Y K H S L
Decimal 71 227 214 0.69 0 0.06 0.11 175 0.74 0.58
Hex 47 E3 D6 45 0 6 B AF 4A 3A
Octal 107 343 326 105 0 6 13 257 112 72
Binary 1000111 11100011 11010110 1000101 0 110 1011 10101111 1001010 111010

Color Harmonies of #47E3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E3D6

Black with #47E3D6

Text Example


Text Example

White with #47E3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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