#47FAD0

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

Shades of Turquoise #47FAD0

Tints of Turquoise #47FAD0

Color information

#47FAD0 (or 0x47FAD0) is unknown color: approx Turquoise. HEX triplet: 47, FA and D0. RGB value is (71,250,208). Sum of RGB (Red+Green+Blue) = 71+250+208=529 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.42% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #47FAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FAD0 is #B8052F. Grayscale: #BFBFBF. Windows color (decimal): -12059952 or 13695559. OLE color: 13695559.

HSL color Cylindrical-coordinate representation of color #47FAD0: hue angle of 165.92º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FAD0 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB71250208-
CMYK0.7200.170.02
HSL165.92º94.71%62.94%-
HSV(B)165.92º71.6%98.04%-
XYZ48.1774.2671.47-
YUV191.69137.241.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.42%
GREEN value IS 250 (98.05% from 255) = 47.26%
BLUE value IS 208 (81.64% from 255) = 39.32%
R=13.42%
G=47.26%
B=39.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712502080.7200.170.02165.9294.7162.94
Hex47FAD0480112a65f3f
Octal107372320110021224613777
Binary10001111111101011010000100100001000110101001101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,250,208); }

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

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

 a { background-color: rgb(71,250,208); }

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

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

 span { border-color: rgb(71,250,208); }

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