#47fcf0

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

Shades of Turquoise #47FCF0

Tints of Turquoise #47FCF0

Color information

#47FCF0 (or 0x47FCF0) is unknown color: approx Turquoise. HEX triplet: 47, FC and F0. RGB value is (71,252,240). Sum of RGB (Red+Green+Blue) = 71+252+240=563 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.61% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FCF0 is #B8030F. Grayscale: #C4C4C4. Windows color (decimal): -12059408 or 15793223. OLE color: 15793223.

HSL color Cylindrical-coordinate representation of color #47FCF0: hue angle of 176.02º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FCF0 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB71252240-
CMYK0.7200.050.01
HSL176.02º96.79%63.33%-
HSV(B)176.02º71.83%98.82%-
XYZ53.1477.2594.55-
YUV196.51152.5338.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 12.61%
GREEN value IS 252 (98.83% from 255) = 44.76%
BLUE value IS 240 (94.14% from 255) = 42.63%
R=12.61%
G=44.76%
B=42.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal712522400.7200.050.01176.0296.7963.33
Hex47FCF048051b0613f
Octal10737436011005126014177
Binary10001111111110011110000100100001011101100001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47fcf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,252,240); }

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

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

 a { background-color: rgb(71,252,240); }

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

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

 span { border-color: rgb(71,252,240); }

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