#47FEDC

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

Shades of Turquoise #47FEDC

Tints of Turquoise #47FEDC

Color information

#47FEDC (or 0x47FEDC) is unknown color: approx Turquoise. HEX triplet: 47, FE and DC. RGB value is (71,254,220). Sum of RGB (Red+Green+Blue) = 71+254+220=545 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.03% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FEDC is #B80123. Grayscale: #C3C3C3. Windows color (decimal): -12058916 or 14483015. OLE color: 14483015.

HSL color Cylindrical-coordinate representation of color #47FEDC: hue angle of 168.85º 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 #47FEDC is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB71254220-
CMYK0.7200.130.00
HSL168.85º98.92%63.73%-
HSV(B)168.85º72.05%99.61%-
XYZ50.9677.3979.96-
YUV195.41141.8739.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.03%
GREEN value IS 254 (99.61% from 255) = 46.61%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=13.03%
G=46.61%
B=40.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal712542200.7200.130.00168.8598.9263.73
Hex47FEDC480D0a96340
Octal1073763341100150251143100
Binary1000111111111101101110010010000110101010100111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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