#47FFD1

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

Shades of Turquoise #47FFD1

Tints of Turquoise #47FFD1

Color information

#47FFD1 (or 0x47FFD1) is unknown color: approx Turquoise. HEX triplet: 47, FF and D1. RGB value is (71,255,209). Sum of RGB (Red+Green+Blue) = 71+255+209=535 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.27% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFD1 is #B8002E. Grayscale: #C2C2C2. Windows color (decimal): -12058671 or 13762375. OLE color: 13762375.

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

Color convert

RGB71255209-
CMYK0.7200.180
HSL165º100%63.92%-
HSV(B)165º72.16%100%-
XYZ49.8777.4672.65-
YUV194.74136.0439.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.27%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 209 (82.03% from 255) = 39.07%
R=13.27%
G=47.66%
B=39.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal712552090.7200.18016510063.92
Hex47FFD1480120a56440
Octal1073773211100220245144100
Binary10001111111111111010001100100001001001010010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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