#47fed1

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

Shades of Turquoise #47FED1

Tints of Turquoise #47FED1

Color information

#47FED1 (or 0x47FED1) is unknown color: approx Turquoise. HEX triplet: 47, FE and D1. RGB value is (71,254,209). Sum of RGB (Red+Green+Blue) = 71+254+209=534 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.30% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #47FED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FED1 is #B8012E. Grayscale: #C2C2C2. Windows color (decimal): -12058927 or 13762119. OLE color: 13762119.

HSL color Cylindrical-coordinate representation of color #47FED1: hue angle of 165.25º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FED1 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB71254209-
CMYK0.7200.180.00
HSL165.25º98.92%63.73%-
HSV(B)165.25º72.05%99.61%-
XYZ49.5576.8372.54-
YUV194.15136.3740.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.30%
GREEN value IS 254 (99.61% from 255) = 47.57%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=13.30%
G=47.57%
B=39.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal712542090.7200.180.00165.2598.9263.73
Hex47FED1480120a56340
Octal1073763211100220245143100
Binary10001111111111011010001100100001001001010010111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47fed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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