#47F9E0

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

Shades of Turquoise #47F9E0

Tints of Turquoise #47F9E0

Color information

#47F9E0 (or 0x47F9E0) is unknown color: approx Turquoise. HEX triplet: 47, F9 and E0. RGB value is (71,249,224). Sum of RGB (Red+Green+Blue) = 71+249+224=544 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.05% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #47F9E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F9E0 is #B8061F. Grayscale: #C0C0C0. Windows color (decimal): -12060192 or 14743879. OLE color: 14743879.

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

Color convert

RGB71249224-
CMYK0.7100.100.02
HSL171.57º93.68%62.75%-
HSV(B)171.57º71.49%97.65%-
XYZ49.9374.4782.26-
YUV192.93145.5341.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.05%
GREEN value IS 249 (97.66% from 255) = 45.77%
BLUE value IS 224 (87.89% from 255) = 41.18%
R=13.05%
G=45.77%
B=41.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712492240.7100.100.02171.5793.6862.75
Hex47F9E0470A2ac5e3f
Octal107371340107012225413677
Binary1000111111110011110000010001110101010101011001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,249,224); }

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

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

 a { background-color: rgb(71,249,224); }

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

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

 span { border-color: rgb(71,249,224); }

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