#47F3BF

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

Shades of Turquoise #47F3BF

Tints of Turquoise #47F3BF

Color information

#47F3BF (or 0x47F3BF) is unknown color: approx Turquoise. HEX triplet: 47, F3 and BF. RGB value is (71,243,191). Sum of RGB (Red+Green+Blue) = 71+243+191=505 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.06% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #47F3BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F3BF is #B80C40. Grayscale: #B9B9B9. Windows color (decimal): -12061761 or 12579655. OLE color: 12579655.

HSL color Cylindrical-coordinate representation of color #47F3BF: hue angle of 161.86º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F3BF is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB71243191-
CMYK0.7100.210.05
HSL161.86º87.76%61.57%-
HSV(B)161.86º70.78%95.29%-
XYZ44.0569.260.33-
YUV185.64131.0246.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.06%
GREEN value IS 243 (95.31% from 255) = 48.12%
BLUE value IS 191 (75% from 255) = 37.82%
R=14.06%
G=48.12%
B=37.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal712431910.7100.210.05161.8687.7661.57
Hex47F3BF470155a2583e
Octal107363277107025524213076
Binary100011111110011101111111000111010101101101000101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,243,191); }

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

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

 a { background-color: rgb(71,243,191); }

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

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

 span { border-color: rgb(71,243,191); }

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