Html Css Color HEX #47E3D7 Turquoise

📋 copy color: '#47E3D7'

red 71 ◦ green 227 ◦ blue 215

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

Shades of Turquoise #47E3D7

Tints of Turquoise #47E3D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 13.84%
G = 44.25%
B = 41.91%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#47E3D7 (or 0x47E3D7) is known color: Turquoise. HEX triplet: 47, E3 and D7. RGB value is (71,227,215). Sum of RGB (Red+Green+Blue) = 71+227+215=513 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.84% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #47E3D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E3D7 is #B81C28. Grayscale: #B2B2B2. Windows color (decimal): -12065833 or 14148423. OLE color: 14148423.

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

Color convert

RGB 71 227 215 -
CMYK 0.69 0 0.05 0.11
HSL 175.38º 0.74% 0.58% -
HSV(B) 175.38º 0.69% 0.89% -
XYZ 42.33 61.18 73.87 -
YUV 178.99 148.32 50.98 -
System Red Green Blue C M Y K H S L
Decimal 71 227 215 0.69 0 0.05 0.11 175.38 0.74 0.58
Hex 47 E3 D7 45 0 5 B AF 4A 3A
Octal 107 343 327 105 0 5 13 257 112 72
Binary 1000111 11100011 11010111 1000101 0 101 1011 10101111 1001010 111010

Color Harmonies of #47E3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E3D7

Black with #47E3D7

Text Example


Text Example

White with #47E3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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