#47F6B8

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

Shades of Turquoise #47F6B8

Tints of Turquoise #47F6B8

Color information

#47F6B8 (or 0x47F6B8) is unknown color: approx Turquoise. HEX triplet: 47, F6 and B8. RGB value is (71,246,184). Sum of RGB (Red+Green+Blue) = 71+246+184=501 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.17% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #47F6B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F6B8 is #B80947. Grayscale: #BABABA. Windows color (decimal): -12061000 or 12121671. OLE color: 12121671.

HSL color Cylindrical-coordinate representation of color #47F6B8: hue angle of 158.74º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F6B8 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB71246184-
CMYK0.7100.250.04
HSL158.74º90.67%62.16%-
HSV(B)158.74º71.14%96.47%-
XYZ44.2170.7156.67-
YUV186.61126.5245.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.17%
GREEN value IS 246 (96.48% from 255) = 49.10%
BLUE value IS 184 (72.27% from 255) = 36.73%
R=14.17%
G=49.10%
B=36.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal712461840.7100.250.04158.7490.6762.16
Hex47F6B84701949f5b3e
Octal107366270107031423713376
Binary100011111110110101110001000111011001100100111111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,246,184); }

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

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

 a { background-color: rgb(71,246,184); }

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

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

 span { border-color: rgb(71,246,184); }

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