#47F4D1

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

Shades of Turquoise #47F4D1

Tints of Turquoise #47F4D1

Color information

#47F4D1 (or 0x47F4D1) is unknown color: approx Turquoise. HEX triplet: 47, F4 and D1. RGB value is (71,244,209). Sum of RGB (Red+Green+Blue) = 71+244+209=524 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.55% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #47F4D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F4D1 is #B80B2E. Grayscale: #BCBCBC. Windows color (decimal): -12061487 or 13759559. OLE color: 13759559.

HSL color Cylindrical-coordinate representation of color #47F4D1: hue angle of 167.86º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F4D1 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB71244209-
CMYK0.7100.140.04
HSL167.86º88.72%61.76%-
HSV(B)167.86º70.9%95.69%-
XYZ46.4670.6471.51-
YUV188.28139.6944.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.55%
GREEN value IS 244 (95.70% from 255) = 46.56%
BLUE value IS 209 (82.03% from 255) = 39.89%
R=13.55%
G=46.56%
B=39.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal712442090.7100.140.04167.8688.7261.76
Hex47F4D1470E4a8593e
Octal107364321107016425013176
Binary10001111111010011010001100011101110100101010001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,244,209); }

 H1.HeaderClassName
 {
   color: #47F4D1;
 }
 .AnyTagClassName
 {
   color: #47F4D1;
 }
</style>
background-color css

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

 a { background-color: rgb(71,244,209); }

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

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

 span { border-color: rgb(71,244,209); }

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