#47E3D7

Color #47E3D7 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #47E3D7

Tints of Turquoise #47E3D7

Color information

#47E3D7 (or 0x47E3D7) is unknown color: approx 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

RGB71227215-
CMYK0.6900.050.11
HSL175.38º73.58%58.43%-
HSV(B)175.38º68.72%89.02%-
XYZ42.3361.1873.87-
YUV178.99148.3250.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal712272150.6900.050.11175.3873.5858.43
Hex47E3D74505Baf4a3a
Octal107343327105051325711272
Binary10001111110001111010111100010101011011101011111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>