#47FCBA

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

Shades of Turquoise #47FCBA

Tints of Turquoise #47FCBA

Color information

#47FCBA (or 0x47FCBA) is unknown color: approx Turquoise. HEX triplet: 47, FC and BA. RGB value is (71,252,186). Sum of RGB (Red+Green+Blue) = 71+252+186=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FCBA is #B80345. Grayscale: #BEBEBE. Windows color (decimal): -12059462 or 12254279. OLE color: 12254279.

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

Color convert

RGB71252186-
CMYK0.7200.260.01
HSL158.12º96.79%63.33%-
HSV(B)158.12º71.83%98.82%-
XYZ46.2774.5158.4-
YUV190.36125.5342.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.95%
GREEN value IS 252 (98.83% from 255) = 49.51%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=13.95%
G=49.51%
B=36.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal712521860.7200.260.01158.1296.7963.33
Hex47FCBA4801A19e613f
Octal107374272110032123614177
Binary1000111111111001011101010010000110101100111101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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